Skip to content

Commit fdb311b

Browse files
authored
set cflags
1 parent 5a254f1 commit fdb311b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ jobs:
8282
working-directory: ${{github.workspace}}/build
8383
shell: bash
8484
run: |
85-
cmake --build . --clean-first -t srtp_driver -- C_FLAGS="-DSRTP_NO_STREAM_LIST -DSRTP_USE_TEST_STREAM_LIST"
85+
cmake $GITHUB_WORKSPACE -DBUILD_WITH_SANITIZERS=TRUE ${{ matrix.cmake-crypto-enable}} ${{env.cmake-crypto-dir}} -DCMAKE_C_FLAGS:STRING="-DSRTP_NO_STREAM_LIST -DSRTP_USE_TEST_STREAM_LIST" ..
86+
cmake --build . --clean-first -t srtp_driver
8687
ctest -R srtp_driver

0 commit comments

Comments
 (0)