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

add zenodo to the pipeline

parent ce33b884
No related branches found
No related tags found
No related merge requests found
Pipeline #7170 passed
*_lfs.* filter=lfs diff=lfs merge=lfs -text
*.stl filter=lfs diff=lfs merge=lfs -text
*.wrp filter=lfs diff=lfs merge=lfs -text
.zenodo.json export-ignore
.gitlab-ci.yml export-ignore
stages:
- build
# stages:
# - build
build_and_test:
image: registry.gitlab.com/rboman_docker/gmsh_python
stage: build
# stage: build
script:
- cd cxxfem
- mkdir build
- cd build
- cmake -DFEM_USE_MKL=OFF ..
- make -j 4
send-snapshot:
image: python:3.6
script:
- if [[ ! $CI_COMMIT_TAG =~ ^v?[0-9]+\.[0-9]+ ]]; then exit 0; fi
- git clone https://gitlab.com/sbeniamine/gitlab2zenodo.git
- cd gitlab2zenodo
- python setup.py install
- cd ..
- rm -rf gitlab2zenodo
# - pip install gitlab2zenodo
- git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG}
- g2z-send -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip
only:
- tags
{
"title": "A new, fast protocol to simulate biomechanical loading of bone",
"upload_type": "software",
"description": "Finite element solver (Fossils) and data related to the comparison with Stand7 and Metafor.",
"creators": [
{
"name": "Chatar, Narimane",
"affiliation": "University of Liege",
"orcid": "0000-0003-0449-8574"
},
{
"name": "Boman, Romain",
"affiliation": "University of Liege",
"orcid": "0000-0002-4883-0383"
},
{
"name": "Gaudichon, Valentin",
"affiliation": "Université de Poitiers-Montpellier"
},
{
"name": "MacLaren, Jamie",
"affiliation": "University of Liege",
"orcid": "0000-0003-4177-227X"
},
{
"name": "Fischer, Valentin",
"affiliation": "University of Liege",
"orcid": "0000-0002-8808-6747"
}
],
"keywords": [
"Finite element analysis",
"simulation protocol",
"biomechanics",
"muscle-induced forces",
"new keyword"
]
}
\ No newline at end of file
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