File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '{build}'
22os : Windows Server 2012
33install :
44 - cmd : choco install sbt -ia "INSTALLDIR=""C:\sbt"""
5- - cmd : SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
5+ - cmd : SET PATH=C:\MinGW\msys\1.0\bin;C:\ sbt\bin;%JAVA_HOME%\bin;%PATH%
66 - cmd : SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
77clone_script :
88 - pwd
@@ -12,16 +12,14 @@ clone_script:
1212 - git submodule update --init --recursive --depth 50 --jobs 3
1313build_script :
1414 - pwd
15- - ls
16- - ./project/scripts/sbt compile
17- - ./project/scripts/sbt "dotty-bootstrapped/compile"
15+ - bash project/scripts/sbt compile
16+ - bash project/scripts/sbt "dotty-bootstrapped/compile"
1817test_script :
1918 - pwd
20- - ls
21- - ./project/scripts/sbt test
22- - ./project/scripts/cmdTests
23- - ./project/scripts/sbt "dotty-bootstrapped/test"
24- - ./project/scripts/bootstrapCmdTests
19+ - bash project/scripts/sbt test
20+ - bash project/scripts/cmdTests
21+ - bash project/scripts/sbt "dotty-bootstrapped/test"
22+ - bash project/scripts/bootstrapCmdTests
2523cache :
2624 - C:\sbt\
2725 - C:\Users\appveyor\.ivy2
You can’t perform that action at this time.
0 commit comments