File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ testClasses
1010
1111keystore.properties
1212
13+ keystore.tar
14+
1315worldwind.jar
1416
1517worldwindx.jar
Original file line number Diff line number Diff line change 1212 - oraclejdk8
1313
1414before_install :
15+ # Decrypt and un-archive the files wwstore and keystore.properties which are used to sign the Web Start distribution
16+ - openssl aes-256-cbc -K $encrypted_1799be77f389_key -iv $encrypted_1799be77f389_iv in keystore.tar.enc -out keystore.tar -d
17+ - tar -xf keystore.tar
1518 # Install Apache ANT v1.9.7 in order to get the most ANT junit features required by the World Wind build script. As of
1619 # December 2016 the Travis CI environment provided ANT v1.8.x.
1720 - 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
You can’t perform that action at this time.
0 commit comments