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 05f09e7
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 additions & 0 deletions cmake/avendish.dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if(NOT TARGET nlohmann_json::nlohmann_json)
endif()

if(NOT TARGET pantor::inja)
block()
set(BUILD_TESTING 0)
set(BUILD_BENCHMARK 0)
set(INJA_USE_EMBEDDED_JSON 0)
Expand All @@ -40,4 +41,5 @@ if(NOT TARGET pantor::inja)
GIT_PROGRESS true
)
FetchContent_MakeAvailable(pantor_inja)
endblock()
endif()

0 comments on commit 05f09e7

Please sign in to comment.