Skip to content

Commit

Permalink
Added encrypted keystore archive for Travis CI signing automation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavidc committed Dec 12, 2016
1 parent f8f722e commit 2bd81e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -10,6 +10,8 @@ testClasses

keystore.properties

keystore.tar

worldwind.jar

worldwindx.jar
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,9 @@ jdk:
- oraclejdk8

before_install:
# Decrypt and un-archive the files wwstore and keystore.properties which are used to sign the Web Start distribution
- openssl aes-256-cbc -K $encrypted_1799be77f389_key -iv $encrypted_1799be77f389_iv in keystore.tar.enc -out keystore.tar -d
- tar -xf keystore.tar
# Install Apache ANT v1.9.7 in order to get the most ANT junit features required by the World Wind build script. As of
# December 2016 the Travis CI environment provided ANT v1.8.x.
- curl -o ${HOME}/apache-ant-1.9.7-bin.tar.gz https://www.apache.org/dist/ant/binaries/apache-ant-1.9.7-bin.tar.gz
Expand Down
Binary file added keystore.tar.enc
Binary file not shown.

0 comments on commit 2bd81e8

Please sign in to comment.