Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 53e9818b authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

update coverity job

parent d08626c0
No related branches found
No related tags found
No related merge requests found
---
.coverity:
coverity:
image: hpclib/hiepacs
stage: analyse
tags: ["large"]
......@@ -13,8 +13,8 @@
VERSION: coverity
script:
- (cd build-$VERSION &&
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake \
.. -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=ON &&
cmake .. -C ../cmake_modules/gitlab-ci-initial-cache.cmake
-DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=ON &&
cov-build --dir ../cov-int make -j 4)
- tar czvf chameleon.tgz cov-int
- curl --form token=$COVERITY_TOKEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment