mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 09:45:36 +00:00
Merge branch 'fix-coverity-leak' into 'master'
CI Coverity dont log env vars See merge request OpenMW/openmw!4141
This commit is contained in:
commit
644c7dc135
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ Coverity:
|
|||
script:
|
||||
- export CCACHE_BASEDIR="$(pwd)"
|
||||
- export CCACHE_DIR="$(pwd)/ccache"
|
||||
- export COVERITY_NO_LOG_ENVIRONMENT_VARIABLES=1
|
||||
- mkdir -pv "${CCACHE_DIR}"
|
||||
- ccache -z -M "${CCACHE_SIZE}"
|
||||
- CI/before_script.linux.sh
|
||||
|
|
Loading…
Reference in a new issue