mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-14 15:40:18 +00:00
have coverity use clang instead of gcc
This commit is contained in:
parent
a3d3c29ff9
commit
a2a45ccdb3
@ -68,7 +68,7 @@ Coverity:
|
|||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
before_script:
|
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
|
- 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
|
- tar xfz /tmp/cov-analysis-linux64.tgz
|
||||||
script:
|
script:
|
||||||
@ -83,8 +83,8 @@ Coverity:
|
|||||||
--form description="CI_COMMIT_SHORT_SHA / $CI_COMMIT_TITLE / $CI_COMMIT_REF_NAME:$CI_PIPELINE_ID"
|
--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
|
- cat /builds/OpenMW/openmw/cov-int/build-log.txt
|
||||||
variables:
|
variables:
|
||||||
CC: gcc
|
CC: clang
|
||||||
CXX: g++
|
CXX: clang++
|
||||||
artifacts:
|
artifacts:
|
||||||
paths: []
|
paths: []
|
||||||
expire_in: 1 minute
|
expire_in: 1 minute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user