mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 14:45:35 +00:00
have coverity use clang instead of gcc
This commit is contained in:
parent
a3d3c29ff9
commit
a2a45ccdb3
1 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ Coverity:
|
|||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
before_script:
|
||||
- CI/install_debian_deps.sh gcc openmw-deps openmw-deps-dynamic coverity
|
||||
- CI/install_debian_deps.sh clang openmw-deps openmw-deps-dynamic coverity
|
||||
- curl -o /tmp/cov-analysis-linux64.tgz https://scan.coverity.com/download/linux64 --form project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN
|
||||
- tar xfz /tmp/cov-analysis-linux64.tgz
|
||||
script:
|
||||
|
@ -83,8 +83,8 @@ Coverity:
|
|||
--form description="CI_COMMIT_SHORT_SHA / $CI_COMMIT_TITLE / $CI_COMMIT_REF_NAME:$CI_PIPELINE_ID"
|
||||
- cat /builds/OpenMW/openmw/cov-int/build-log.txt
|
||||
variables:
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
artifacts:
|
||||
paths: []
|
||||
expire_in: 1 minute
|
||||
|
|
Loading…
Reference in a new issue