mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 00:38:16 +00:00
[FEATURE] Finished API Docs creation
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
mvn -U package
|
||||
mkdir -p $TRAVIS_BUILD_DIR/target/apidocs/zips/
|
||||
zip -r $TRAVIS_BUILD_DIR/target/apidocs/zips/$PARABOT_VERSION.zip $TRAVIS_BUILD_DIR/target/apidocs/$PARABOT_VERSION
|
||||
else
|
||||
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
|
||||
fi
|
||||
Reference in New Issue
Block a user