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
Tags v1.0
No related merge requests found
Pipeline #7188 passed
......@@ -7,12 +7,15 @@ build_and_test:
- cd build
- cmake -DFEM_USE_MKL=OFF ..
- make -j 4
except:
- tags
send-snapshot:
image: registry.gitlab.com/rboman_docker/gitlab2zenodo
script:
- 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}
- ls -lh ${CI_COMMIT_TAG#v}.zip
- g2z-send -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
only:
- 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