Merge branch 'coverity_upload' into 'master'

`cd` into the build directly to upload coverity logs

See merge request OpenMW/openmw!739
pull/593/head
psi29a 4 years ago
commit a77e1f1812

@ -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…
Cancel
Save