We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f92f67 commit 9688f8eCopy full SHA for 9688f8e
.github/workflows/cmake-multi-platform.yml
@@ -66,7 +66,7 @@ jobs:
66
build-dir: ${{ steps.strings.outputs.build-output-dir }}
67
cc: ${{ matrix.c_compiler }}
68
cxx: ${{ matrix.cpp_compiler }}
69
- configure-options: -DGatality_BuildApp=OFF -DGatality_BuildTests=ON
+ build-options: --target Gatality_tests
70
build-type: ${{ matrix.build_type }}
71
72
- name: Build
0 commit comments