1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-03 14:45:37 +00:00

Merge branch 'fix_ci_coverity' into 'master'

Don't try to build openmw-cs in coverity

See merge request OpenMW/openmw!1093
This commit is contained in:
elsid 2021-08-06 19:48:48 +00:00
commit 1b224e2eb6

View file

@ -43,7 +43,7 @@ Coverity:
script:
- CI/before_script.linux.sh
# 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 niftest openmw-cs 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-wizard openmw-launcher openmw-iniimporter openmw-essimporter
after_script:
- tar cfz cov-int.tar.gz cov-int
- curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME