Deploy continuous builds to GitHub
Details - https://github.com/probonopd/uploadtool
This commit is contained in:
parent
151a4d864d
commit
ac4a53eeee
12
.travis.yml
12
.travis.yml
@ -9,3 +9,15 @@ jdk:
|
|||||||
- openjdk8
|
- openjdk8
|
||||||
script:
|
script:
|
||||||
- "ant -buildfile build.xml clean check jar unittest"
|
- "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)$/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user