We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da3f21 commit e2d5bd7Copy full SHA for e2d5bd7
appveyor.yml
@@ -12,12 +12,11 @@ install:
12
}
13
- cmd: SET PATH=C:\sbt\sbt\bin;%JAVA_HOME%\bin;%PATH%
14
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
15
- - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
16
build_script:
17
- sbt clean compile
18
test_script:
19
- sbt "test-only * -- -n windows"
20
- - sbt "scripted universal/dist universal/stage windows/java-app-archetype windows/test-custom-main"
+ - sbt "scripted universal/dist universal/stage windows/*"
21
cache:
22
- C:\sbt\
23
- C:\Users\appveyor\.m2
0 commit comments