Skip to content

Commit

Permalink
Removed python build
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jan 24, 2024
1 parent c752613 commit d4bdd0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,12 @@ jobs:
env: ${{ matrix.env.cmake_env }}
run: >
cmake -B ${{github.workspace}}/build
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -D DBC_PYTHON=ON
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: CMAKE Build
run: >
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: CTEST Unit Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}}

# install for testing
# - name: Install
# run: >
Expand Down

0 comments on commit d4bdd0a

Please sign in to comment.