forked from fossasia/meilix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
25 lines (20 loc) · 1.24 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This provides us with GCC binary support so we can run bash
language: generic
sudo: required
script:
- ./build.sh
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./scripts/aptRepoUpdater.sh; fi'
before_deploy:
- export image_name="`echo *.iso`"
- cat *.iso > "/home/travis/${image_name}"
notifications:
slack: fossasia:3pMkQrSogvEMfnu9aJDW2ZYC
deploy:
- provider: releases
skip_cleanup: true
api_key:
secure: "DUU7N5NveS/uIft0XPmcsFMcuI9o16oojtb8WarJt7fed4Ob2yX8PA1DLY85+KDIOjaHISG54ipPV0lLrz/Fpxp0U2k2ixxHRLbqpVJRGyv/W52f37ymXXkcswkD21jtg6X3CZgLZLSyMEmLMZAwjWzv4h1tbG2rzUN7corlqYb5H8NcH5fqA8coMErwhrqbTtc7NygnNxG636jaI5mg1QYUiF/Kigt+FrTNZOi9oSts6/tBTioGhWtk5RaK4Sb5Gz7OS788xiApGc9jojuZtn42ll/fSgy0FixQoVwtcybv+5hY/264QchIPuhVFvktFiNnrAf1iqSLRjBhklT4gtSWh7gEhwmWOzCT2O08E78pe1t9zQYrUcl9ZklWeZZbRhs71zdFezw53xpkpayhc6lHNmwpl6wJRfJqG2U8aHsDnxl/oCx9wUlJA8u0xTHoRNEU6b2a+gdMCS9hBmsTW/2ee+EL5vasSsV7En/13uerNYW1+r/NJi902pFZBRDlSfpjO+qIRR9GvSmVrhI0txRulf9Vqxm5PjiwIlzGQY6cg4EkXd8sKUIoUBh0BtG/gvDtJyhFfl4nRMgZOZ58bb9mVyjw2nIlLecZdDDORHMU90x0JedwVYy75r85weH2aBHH3cSk/Uuz1a1ESQJ9LT8GuA/M4ld3j9v9HaluQmI="
file_glob: true # http://stackoverflow.com/a/28579635/1320237
file: "/home/travis/${image_name}"
on:
branch: master