1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +00:00

CI Coverity dont log env vars

This commit is contained in:
Sam Hellawell 2024-05-29 12:35:46 +01:00
parent 79435bb9f2
commit c822db5f0f

View File

@ -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