We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29127cf commit d6c5661Copy full SHA for d6c5661
1 file changed
.github/workflows/builds.yml
@@ -101,6 +101,8 @@ jobs:
101
-DCMAKE_INSTALL_PREFIX=local \
102
-DBUILD_SHARED_LIBS=${{ matrix.shared == 'dynamic' && 'TRUE' || 'FALSE' }} \
103
-DLIBTCODFOV_TESTS=ON \
104
+ -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=bin \
105
+ -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin \
106
-Wdev \
107
${{ matrix.cmake_extra_args }}
108
- name: CMake build
@@ -167,6 +169,8 @@ jobs:
167
169
-DCMAKE_CXX_FLAGS="--coverage" \
168
170
-DCMAKE_C_FLAGS="--coverage" \
171
172
173
174
-Wdev
175
176
run: |
0 commit comments