From 8f952275df80b21b456d95eb1de73b31e83aa592 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 9 Aug 2021 22:28:01 -0400 Subject: [PATCH] An attempt is made. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44f03b10d5f..17394f9a85d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -204,6 +204,8 @@ coverity_scan: - source .venv/bin/activate - pip3 install --upgrade autobuild -i https://ci-job-token:${CI_JOB_TOKEN}@git.alchemyviewer.org/api/v4/projects/54/packages/pypi/simple --extra-index-url https://pypi.org/simple script: + - cov-configure --template --comptype clangcc --compiler clang-12 + - cov-configure --template --comptype clangcxx --compiler clang++-12 - autobuild configure -c Coverity -- -DLL_TESTS=OFF -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=OFF -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE - autobuild build -c Coverity --no-configure - | -- GitLab