Mentions légales du service

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

Merge branch 'ci/coverity' into 'master'

update coverity job

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