mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 02:45:32 +00:00
cd
into the build directly to upload coverity logs
This commit is contained in:
parent
f1cfdafd4d
commit
c6fa75c4ac
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