1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-22 11:39:41 +00:00

Merge branch 'coverity_openmw_only' into 'master'

Only build openmw in coverity

See merge request OpenMW/openmw!738
This commit is contained in:
psi29a 2021-04-13 06:56:18 +00:00
commit e40f0e1912

View file

@ -40,7 +40,8 @@ Coverity:
- tar xfz /tmp/cov-analysis-linux64.tgz
script:
- CI/before_script.linux.sh
- cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build build -- -j $(nproc)
# Add more than just `openmw` once we can build everything under 3h
- cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build build -- -j $(nproc) openmw
after_script:
- tar cfz cov-int.tar.gz cov-int
- curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME \