File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,23 @@ install:
55 - cmd : SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
66 - cmd : SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
77clone_script :
8+ - pwd
9+ - ls
810 - git clone --depth 50 https://github.com/lampepfl/dotty.git
911 - cd dotty
10- - git submodule update --init --recursive --jobs 3
12+ - git submodule update --init --recursive --depth 50 -- jobs 3
1113build_script :
12- - project/scripts/sbt compile
13- - project/scripts/sbt "dotty-bootstrapped/compile"
14+ - pwd
15+ - ls
16+ - ./project/scripts/sbt compile
17+ - ./project/scripts/sbt "dotty-bootstrapped/compile"
1418test_script :
15- - project/scripts/sbt test
16- - project/scripts/cmdTests
17- - project/scripts/sbt "dotty-bootstrapped/test"
18- - project/scripts/bootstrapCmdTests
19+ - pwd
20+ - ls
21+ - ./project/scripts/sbt test
22+ - ./project/scripts/cmdTests
23+ - ./project/scripts/sbt "dotty-bootstrapped/test"
24+ - ./project/scripts/bootstrapCmdTests
1925cache :
2026 - C:\sbt\
2127 - C:\Users\appveyor\.ivy2
You can’t perform that action at this time.
0 commit comments