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 4b1d08d commit 1ff8e6cCopy full SHA for 1ff8e6c
.github/workflows/coverity_scan.yml
@@ -33,9 +33,8 @@ jobs:
33
COVERITY_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
34
run: |
35
export PATH="$PATH:${{env.cov_scan_path}}"
36
- mkdir build
+ cmake -S ./examples/cmake_example/ -B build
37
cd build
38
- cmake ../examples/cmake_example/
39
cov-build --dir cov-int make -j
40
tar czvf gcc_freertos_kerenl_sample_build.tgz cov-int
41
COV_SCAN_UPLOAD_STATUS=$(curl --form token=${COVERITY_TOKEN} \
0 commit comments