mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Build __everything__ in coverity
This commit is contained in:
parent
42e50e487a
commit
4396a2e27a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Coverity:
|
||||||
script:
|
script:
|
||||||
- CI/before_script.linux.sh
|
- CI/before_script.linux.sh
|
||||||
# Add more than just `openmw` once we can build everything under 3h
|
# 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
|
- cov-analysis-linux64-*/bin/cov-build --dir cov-int cmake --build build -- -j $(nproc)
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue