File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9696 pip install codechecker==v6.25.1 cppcheck sarif-tools jq
9797 export PATH=/usr/lib/llvm-16/bin/:$PATH
9898
99- west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
100- sarif copy --output results.sarif $(find build -name "codechecker.sarif")
99+ ./scripts/twister -i --force-color -N -v --build-only --timeout-multiplier 2 -p qemu_x86 -T tests/kernel/threads/
100+
101+ sarif copy --output results.sarif $(find twister-out -name "codechecker.sarif")
101102
102103 - name : Upload SARIF as artifact
103104 if : always()
@@ -113,4 +114,4 @@ jobs:
113114 if : always()
114115 uses : github/codeql-action/upload-sarif@v3
115116 with :
116- sarif_file : build/sca/codechecker/codechecker .sarif
117+ sarif_file : results .sarif
You can’t perform that action at this time.
0 commit comments