Skip to content

Commit

Permalink
[ci] enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 5, 2024
1 parent 87ccbec commit c2da152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
${{ matrix.config.pre_build }}
cmake .. \
-DBUILD_TESTING=1 \
-DBOOST_ROOT=${{ matrix.config.sdk }}/boost \
-Dpybind11_DIR=$SDK_3RDPARTY/libossia/3rdparty/pybind11 \
-DAVND_MAXSDK_PATH=$MAX_SDK \
Expand Down Expand Up @@ -161,6 +162,7 @@ jobs:
${{ matrix.config.pre_build }}
cmake .. \
-DBUILD_TESTING=1 \
-DBOOST_ROOT=${{ matrix.config.sdk }}/boost \
-Dpybind11_DIR=$SDK_3RDPARTY/libossia/3rdparty/pybind11 \
-DAVND_MAXSDK_PATH=$MAX_SDK \
Expand Down

0 comments on commit c2da152

Please sign in to comment.