mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 17:15:34 +00:00
Keep coverity logs as artifacts instead of deploying them
This commit is contained in:
parent
a50662f7db
commit
5d7db94a23
1 changed files with 2 additions and 3 deletions
|
@ -81,14 +81,13 @@ Coverity:
|
|||
--form token=$COVERITY_SCAN_TOKEN --form email=$GITLAB_USER_EMAIL
|
||||
--form file=@cov-int.tar.gz --form version="$CI_COMMIT_REF_NAME:$CI_COMMIT_SHORT_SHA"
|
||||
--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: clang
|
||||
CXX: clang++
|
||||
CXXFLAGS: -O0
|
||||
artifacts:
|
||||
paths: []
|
||||
expire_in: 1 minute
|
||||
paths:
|
||||
- /builds/OpenMW/openmw/cov-int/build-log.txt
|
||||
|
||||
Ubuntu_GCC:
|
||||
extends: .Ubuntu
|
||||
|
|
Loading…
Reference in a new issue