Try an experimental automated mazer build-release flow.

This commit is contained in:
Robert de Bock 2019-06-11 16:03:34 +02:00
parent 9e5c1245a3
commit e6ca9c7897
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
---
language: python
jobs:
include:
- stage: prepare
name: install requirements
script: pip install mazer
- stage: build
name: mazer build
script: release=$(mazer build | tail -n1 | awk '{print $NF}')
- stage: release
name: mazer publish
script: mazer publish --api-key=${galaxy_api_key} ${release}