Skip to content
Snippets Groups Projects
Commit 3bfc4f17 authored by bbaer's avatar bbaer
Browse files

added release ci

parent 10413171
No related branches found
No related tags found
No related merge requests found
Pipeline #640 passed
before_script:
- VERSION=`cat ./version`
make:
snapshot:
except:
- tags
script:
- echo $VERSION
- make VERSION=$VERSION snapshot
- chmod a+r qfq_$VERSION_*.zip
- scp qfq_$VERSION_*.zip w16:qfq/snapshots/
release:
only:
- tags
script:
- make VERSION=$VERSION release
- chmod a+r qfq_$VERSION_*.zip
- scp qfq_$VERSION_*.zip w16:qfq/releases/
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