Skip to content

Commit

Permalink
Adjusted the Travis CI scripts to accommodate changes in the ANT buil…
Browse files Browse the repository at this point in the history
…d, per #39
  • Loading branch information
pdavidc committed Dec 6, 2016
1 parent 59b008d commit 3113371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion travis/update_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ git rm -rfq --ignore-unmatch ./assets/java/${FOLDER}/javadoc

# Copy new javadocs to the repository
mkdir -p ./assets/java/${FOLDER}/javadoc
cp -Rf ${TRAVIS_BUILD_DIR}/doc/javadoc/* ./assets/java/${FOLDER}/javadoc
cp -Rf ${TRAVIS_BUILD_DIR}/build/doc/javadoc/* ./assets/java/${FOLDER}/javadoc

# Commit and push the changes (quietly)
git add -f .
Expand Down
4 changes: 2 additions & 2 deletions travis/update_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ fi
# =================

# Define the file names that are to be deployed
JAR_FILES=( worldwind.jar worldwindx.jar )
ZIP_FILES=( worldwind-javadoc.zip )
JAR_FILES=( build/worldwind.jar build/worldwind-debug.jar build/worldwindx.jar build/worldwindx-debug.jar )
ZIP_FILES=( build/doc/worldwind-javadoc.zip )
ALL_FILES=( "${JAR_FILES[@]}" "${ZIP_FILES[@]}" )

# Emit a log message for the updated release
Expand Down

0 comments on commit 3113371

Please sign in to comment.