Skip to content

Commit

Permalink
add cmake build to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Menon committed Sep 1, 2023
1 parent a48bd48 commit bdf091d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Test the build
run: |
conda run -n zerod pytest tests/test_integration_cpp.py
- name: Build using CMake
run: |
mkdir Release
cd Release
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
- name: Test interface
run: |
cd tests/test_interface/test_01/
Expand Down

0 comments on commit bdf091d

Please sign in to comment.