mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-06 10:11:32 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
e80f115970
commit
828a44a5ca
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,7 @@ Coverity:
|
||||||
script:
|
script:
|
||||||
- CI/before_script.linux.sh
|
- CI/before_script.linux.sh
|
||||||
# Remove the specific targets and build everything once we can do it under 3h
|
# Remove the specific targets and build everything once we can do it under 3h
|
||||||
- cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build build -- -j $(nproc) openmw esmtool bsatool openmw-wizard openmw-launcher openmw-iniimporter openmw-essimporter
|
- cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build build -- -j $(nproc) openmw esmtool bsatool niftest openmw-cs openmw-wizard openmw-launcher openmw-iniimporter openmw-essimporter
|
||||||
after_script:
|
after_script:
|
||||||
- tar cfz cov-int.tar.gz cov-int
|
- tar cfz cov-int.tar.gz cov-int
|
||||||
- curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME
|
- curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME
|
||||||
|
@ -97,6 +97,8 @@ Debian_GCC_Static_Deps:
|
||||||
- CI/install_debian_deps.sh gcc openmw-deps openmw-deps-static
|
- CI/install_debian_deps.sh gcc openmw-deps openmw-deps-static
|
||||||
variables:
|
variables:
|
||||||
CI_OPENMW_USE_STATIC_DEPS: 1
|
CI_OPENMW_USE_STATIC_DEPS: 1
|
||||||
|
CCACHE_SIZE: 3G
|
||||||
|
timeout: 3h
|
||||||
|
|
||||||
Debian_GCC_Static_Deps_tests:
|
Debian_GCC_Static_Deps_tests:
|
||||||
extends: Debian_GCC_Static_Deps
|
extends: Debian_GCC_Static_Deps
|
||||||
|
|
Loading…
Reference in a new issue