File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ os: Windows Server 2012
33environment :
44 matrix :
55 - JAVA_HOME : C:\Program Files\Java\jdk1.7.0
6+ GCLOUD_PROJECT :
7+ secure : hEMdRRNQ5x4GHZcZGt6gsA==
8+ SECRET :
9+ secure : 8RQaiFWYQ8DoGCvFJhYYCSH063ZZQofpDxXjUZ8UZZsxVgzHQqjQz44pszw1KrjshkWD7qNHynxPOqlUDFGP9SAW08pzO1ckckNVyMVLDFMDj5WtWWXepZhTIvTbp+qJYU8ToZYzMTfOykov9uUfwS6Oy7e5RQW6SZ6S7ffuVkuRSCIkwL3YetsonB9Hl6ydKwXvyT5F+vd2xIsSkgvrlw9VVdMZl55d4Pd8nqDVDuM=
610install :
711 - ps : |
812 Add-Type -AssemblyName System.IO.Compression.FileSystem
@@ -17,6 +21,11 @@ install:
1721 - cmd : SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
1822 - cmd : SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
1923 - cmd : echo %JAVA_HOME%
24+ - ps : $origin = git config --get remote.origin.url; git clone --quiet -b appveyor $origin appveyor
25+ - cmd : nuget install secure-file -ExcludeVersion
26+ - cmd : secure-file\tools\secure-file -decrypt appveyor\key.json.enc -secret %SECRET% -out appveyor\key.json
27+ - cmd : SET GOOGLE_APPLICATION_CREDENTIALS=%APPVEYOR_BUILD_FOLDER%\appveyor\key.json
28+ - cmd : echo %GOOGLE_APPLICATION_CREDENTIALS%
2029build_script :
2130 - mvn clean install -DskipTests
2231test_script :
You can’t perform that action at this time.
0 commit comments