Skip to content
Snippets Groups Projects
Commit 626f55d9 authored by Boman Romain's avatar Boman Romain
Browse files

new test

parent 2fa88be2
No related branches found
No related tags found
No related merge requests found
Pipeline #7188 passed
...@@ -7,12 +7,15 @@ build_and_test: ...@@ -7,12 +7,15 @@ build_and_test:
- cd build - cd build
- cmake -DFEM_USE_MKL=OFF .. - cmake -DFEM_USE_MKL=OFF ..
- make -j 4 - make -j 4
except:
- tags
send-snapshot: send-snapshot:
image: registry.gitlab.com/rboman_docker/gitlab2zenodo image: registry.gitlab.com/rboman_docker/gitlab2zenodo
script: script:
- if [[ ! $CI_COMMIT_TAG =~ ^v?[0-9]+\.[0-9]+ ]]; then exit 0; fi - if [[ ! $CI_COMMIT_TAG =~ ^v?[0-9]+\.[0-9]+ ]]; then exit 0; fi
- git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG} - git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
- ls -lh ${CI_COMMIT_TAG#v}.zip
- g2z-send -m .zenodo.json ${CI_COMMIT_TAG#v}.zip - g2z-send -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
only: only:
- tags - tags
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