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 5a254f1 commit fdb311bCopy full SHA for fdb311b
.github/workflows/cmake.yml
@@ -82,5 +82,6 @@ jobs:
82
working-directory: ${{github.workspace}}/build
83
shell: bash
84
run: |
85
- cmake --build . --clean-first -t srtp_driver -- C_FLAGS="-DSRTP_NO_STREAM_LIST -DSRTP_USE_TEST_STREAM_LIST"
+ 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
87
ctest -R srtp_driver
0 commit comments