@@ -61,35 +61,39 @@ jobs:
61
61
- stage : Tests
62
62
before_script :
63
63
- choco install jdk8
64
- - choco install sbt
65
- - refreshenv
64
+ - choco install sbt -ia "INSTALLDIR=""C:\sbt"""
65
+ - SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
66
+ - SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4
66
67
name : " Test on Window with JDK 8"
67
68
os : windows
68
69
language : bash
69
70
script : sbt "^scripted windows/*"
70
71
- stage : Tests
71
72
before_script :
72
73
- choco install jdk8
73
- - choco install sbt
74
- - refreshenv
74
+ - choco install sbt -ia "INSTALLDIR=""C:\sbt"""
75
+ - SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
76
+ - SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4
75
77
name : " Test on Window with JDK 8"
76
78
os : windows
77
79
language : bash
78
80
script : sbt "^scripted windows/*"
79
81
- stage : Tests
80
82
before_script :
81
83
- choco install zulu10
82
- - choco install sbt
83
- - refreshenv
84
+ - choco install sbt -ia "INSTALLDIR=""C:\sbt"""
85
+ - SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
86
+ - SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4
84
87
name : " Test on Window with Zulu JDK 10"
85
88
os : windows
86
89
language : bash
87
90
script : sbt "^scripted windows/*"
88
91
- stage : Tests
89
92
before_script :
90
93
- choco install openjdk11
91
- - choco install sbt
92
- - refreshenv
94
+ - choco install sbt -ia "INSTALLDIR=""C:\sbt"""
95
+ - SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
96
+ - SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4
93
97
name : " Test on Window with OpenJdk JDK 11"
94
98
os : windows
95
99
language : bash
@@ -149,16 +153,16 @@ jobs:
149
153
os : osx
150
154
osx_image : xcode10.2
151
155
script : rm -rf $HOME/.ivy2/local; sbt "^scripted mac/*"
152
- # - stage: Tests
153
- # name: "Test on Mac with OpenJDK 13"
154
- # before_install:
155
- # - sudo rm -rf /Library/Java/JavaVirtualMachines
156
- # - curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
157
- # - jabba install openjdk@1.13.0
158
- # - brew install sbt
159
- # os: osx
160
- # osx_image: xcode10.2
161
- # script: rm -rf $HOME/.ivy2/local; sbt "^scripted mac/*"
156
+ # - stage: Tests
157
+ # name: "Test on Mac with OpenJDK 13"
158
+ # before_install:
159
+ # - sudo rm -rf /Library/Java/JavaVirtualMachines
160
+ # - curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
161
+ # - jabba install openjdk@1.13.0
162
+ # - brew install sbt
163
+ # os: osx
164
+ # osx_image: xcode10.2
165
+ # script: rm -rf $HOME/.ivy2/local; sbt "^scripted mac/*"
162
166
- stage : Publish
163
167
language : scala
164
168
if : branch = master
0 commit comments