Merge pull request #483 from Symbian9/patch-1

Deploy continuous builds to GitHub
This commit is contained in:
Wes Cravens 2018-12-08 12:31:05 -06:00 committed by GitHub
commit cc7a264ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,15 @@ jdk:
- openjdk8
script:
- "ant -buildfile build.xml clean check jar unittest"
after_success:
- ls -lh /home/travis/build/openrocket/openrocket/swing/build/jar/OpenRocket.jar
- ls -lh /home/travis/build/openrocket/openrocket/swing/build/jar/OpenRocket-Core.jar
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh /home/travis/build/openrocket/openrocket/swing/build/jar/OpenRocket.jar
- bash upload.sh /home/travis/build/openrocket/openrocket/swing/build/jar/OpenRocket-Core.jar
branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)$/