1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 16:15:31 +00:00

cd into the build directly to upload coverity logs

This commit is contained in:
jvoisin 2021-04-13 22:03:47 +02:00
parent f1cfdafd4d
commit c6fa75c4ac

View file

@ -43,6 +43,7 @@ Coverity:
# 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) openmw
after_script: after_script:
- cd build/
- 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 \
--form token=$COVERITY_SCAN_TOKEN --form email=$GITLAB_USER_EMAIL \ --form token=$COVERITY_SCAN_TOKEN --form email=$GITLAB_USER_EMAIL \