Skip to content
Snippets Groups Projects
Commit a9887639 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

ci script

parent 20b2419e
No related branches found
No related tags found
No related merge requests found
Pipeline #
# -------------------------------------------
# Official zip snapshots (master branch only)
# -------------------------------------------
make_zip:
only:
- master
script:
- MODELS=`find -mindepth 1 -maxdepth 1 -type d -not -name .git`
- for i in $MODELS; do echo $i; done
tags:
- linux64
- official
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment