mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Merge branch 'coverity_upload' into 'master'
`cd` into the build directly to upload coverity logs See merge request OpenMW/openmw!739
This commit is contained in:
commit
a77e1f1812
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ Coverity:
|
|||
# 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:
|
||||
- cd build/
|
||||
- tar cfz cov-int.tar.gz cov-int
|
||||
- curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME \
|
||||
--form token=$COVERITY_SCAN_TOKEN --form email=$GITLAB_USER_EMAIL \
|
||||
|
|
Loading…
Reference in a new issue