.gitlab-ci.yml: another workaround for options-generator

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-08-22 17:10:40 +02:00
parent 2ce751b4b6
commit 733a5fb0c2
+3 -2
View File
@@ -75,8 +75,9 @@ Scan-Build/Debian:
- ./bootstrap
- scan-build --use-cc=clang-3.8 ./configure $CONFIGURE_BASE_FLAGS --enable-build-type=debug --disable-sanitizers
- ln -s "$(which ccache)" "$(pwd)/clang-3.8"
- scan-build --use-cc="$(pwd)/clang-3.8" -v --exclude "$(pwd)/src/include" -enable-checker security,nullability --status-bugs -o scan-build make -j$(nproc)
- scan-build --use-cc="$(pwd)/clang-3.8" -v --exclude "$(pwd)/src/include" -enable-checker security,nullability --status-bugs -o scan-build make -k check
- (cd src/include/ && make CC="$(pwd)/clang-3.8") # options-generator is badly broken
- scan-build --use-cc="$(pwd)/clang-3.8" -v -enable-checker security,nullability --status-bugs -o scan-build make -j$(nproc)
- scan-build --use-cc="$(pwd)/clang-3.8" -v -enable-checker security,nullability --status-bugs -o scan-build make -k check
except:
- tags
artifacts: