Skip to content

Commit

Permalink
Test Github Releases from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flamableconcrete committed Mar 25, 2019
1 parent ea2381d commit 2f03f18
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
dist: xenial
language: python
python: 3.7
env:
global:
- VERSION=$TRAVIS_TAG

install:
- pip install -r requirements.txt
- pip install -r requirements.txt

script:
- python generate_gmbinder.py
- python generate_gmbinder.py
- tar -zcvf fantasy-plants.tar.gz generated

before_deploy:
- mv fantasy-plants.tar.gz fantasy-plants-$VERSION.tar.gz

deploy:
provider: releases
api_key:
secure: XTQQKivr/XLr5UD6WzdXBv0DeeZWbMBeaArSsrMHxMJZhHP+JFPb7603LE19O7oL+ELWGhXyZEZc5EVGYKMlnrHhj/4DJrSvSeI70gnXL8yUKUojoxzDGRC5lLknamknX+Gnxv6+W8pwurkdMK9lsSIA01Ukbsj9NVpy6oiT6ADH2Eoh5zs3ZXAVAWS1aOUhSNHcAerY9ms2iorLu3EWswQMnYy28D62V2UjTnkchRKCRPqw3MD46fdm2uJ44uIcRZ5b+AxadI2TQhnl7xXy6FFpGbeT+OMV8wx/MRoBRA55hglhDH9tHb2A8w4WMz4dZvybgJU5MqjuTeYO+g1capHj6GSj5gOI3pbAgPTHhEnCyXFFX5W8EJBm62l/gv2pNRywm/S28VT9TO+HDW/aVfsCZB8OeRBjvAKCFF//KBLnoRk9BaAF+06jRX2obsJc67bXQuBRp8HWRvMUfCmVQMIE4C0RNnrKKHKUroH19RaAiZFpiZk3c7bw8FnU643li9JS9IZFvah+kxKvAZ3DQz5InR/z5q82lOZ+Gvt4Z9dLOgKQv4iLH30C80a8Or1FYX1gIjQjsIkA2ESjjdak88fVJyyPVNQnGW4bqBbCTgO/Aq5giru0Hi6DhAffDdMmiXb0/Uf+IJ2tfthS2gShNvEHZzYkilW83y5FHWyVpiQ=
file: fantasy-plants-$VERSION.tar.gz
skip_cleanup: true
on:
tags: true

0 comments on commit 2f03f18

Please sign in to comment.