Skip to content

Commit 2bd81e8

Browse files
author
pdavidc
committed
Added encrypted keystore archive for Travis CI signing automation
1 parent f8f722e commit 2bd81e8

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ testClasses
1010

1111
keystore.properties
1212

13+
keystore.tar
14+
1315
worldwind.jar
1416

1517
worldwindx.jar

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jdk:
1212
- oraclejdk8
1313

1414
before_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

keystore.tar.enc

10.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)