mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 08:39:33 +00:00
Merge pull request #81 from Parabot/bugfix/unstable-rc-version
[BUGFIX] Finished nightly build system
This commit is contained in:
+24
-10
@@ -1,13 +1,17 @@
|
|||||||
language: java
|
language: java
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk7
|
- oraclejdk7
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- chmod +x ./.travis/artifact-upload.sh
|
- chmod +x ./.travis/artifact-upload.sh
|
||||||
- chmod +x ./.travis/maven-build.sh
|
- chmod +x ./.travis/maven-build.sh
|
||||||
|
- chmod +x ./.travis/call-creation.sh
|
||||||
|
- mvn clean
|
||||||
|
|
||||||
script: ./.travis/maven-build.sh
|
script: "./.travis/maven-build.sh"
|
||||||
|
|
||||||
|
after_deploy: "./.travis/call-creation.sh"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
@@ -26,13 +30,23 @@ env:
|
|||||||
- secure: St/fecUDInFBCRriYqgp2F8PU9/SooorgxD9Mrs+b0EsC7AbtSsQXvdIv2Lp6xzdQ0VSXPcLIhULPOYrmBKnGQ/NjXTIZXxnroyQxxnI6xyEWIZwiHRY/bKRJDRbQTxD9NL32szKiDSwnw7pu6llF4D64UqQvziq4Gm6VohU75M=
|
- secure: St/fecUDInFBCRriYqgp2F8PU9/SooorgxD9Mrs+b0EsC7AbtSsQXvdIv2Lp6xzdQ0VSXPcLIhULPOYrmBKnGQ/NjXTIZXxnroyQxxnI6xyEWIZwiHRY/bKRJDRbQTxD9NL32szKiDSwnw7pu6llF4D64UqQvziq4Gm6VohU75M=
|
||||||
- secure: bD15GVZWowiknbfLavh8CxSh0GsnF5kT4kZ6ggCuUDGyj0mzqf7dNRnchQIKkCG0WRYyTrFN4pEiygeywWsipEeAVv9Xhx3cuUZmzeQaR5KCWabSwJ8gK6jZd1YhcWmM9vrdPHobZr65MP0y/8mu/Fovgky9dY7KDf4G3SebNrM=
|
- secure: bD15GVZWowiknbfLavh8CxSh0GsnF5kT4kZ6ggCuUDGyj0mzqf7dNRnchQIKkCG0WRYyTrFN4pEiygeywWsipEeAVv9Xhx3cuUZmzeQaR5KCWabSwJ8gK6jZd1YhcWmM9vrdPHobZr65MP0y/8mu/Fovgky9dY7KDf4G3SebNrM=
|
||||||
|
|
||||||
addons:
|
|
||||||
artifacts:
|
|
||||||
paths: ./target/final/
|
|
||||||
s3_region: "us-west-1"
|
|
||||||
target_paths: ./artifacts/
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .autoconf
|
- ".autoconf"
|
||||||
- $HOME/.m2
|
- "$HOME/.m2"
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: s3
|
||||||
|
access_key_id: AKIAJDZLZNH2PIKHUKOA
|
||||||
|
secret_access_key:
|
||||||
|
secure: MTOqhji8t8DcGRsfZEitMTqMemqxIag4a3dI0SBeWKBMpDCcKOokhGbXFCUBvMukU6tKIFfMo15z2wERZQxCVAxMt7dr1cyuWb49Sdy+mnBR6Z3EsJ2suilBe6b+9odLJVplCQVRPz9VyKnllWwO9D5j/ZpQaf8fb1675PB6feY=
|
||||||
|
bucket: parabot
|
||||||
|
skip_cleanup: true
|
||||||
|
local-dir: "./target/final/"
|
||||||
|
upload-dir: "artifacts/client"
|
||||||
|
region: us-west-1
|
||||||
|
detect_encoding: true
|
||||||
|
acl: public_read
|
||||||
|
on:
|
||||||
|
repo: Parabot/Parabot
|
||||||
|
all_branches: true
|
||||||
|
|||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sleep 15
|
||||||
|
curl -sS "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=2.5.1" >/dev/null
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<name>Parabot client</name>
|
<name>Parabot client</name>
|
||||||
<description>This is the Parabot client for all kind of RSPS'. This does not contain the API.</description>
|
<description>The only perfect open source (Runescape private server) bot!</description>
|
||||||
<url>http://www.parabot.org/</url>
|
<url>http://www.parabot.org/</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|||||||
Reference in New Issue
Block a user