File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,24 @@ install:
55 - cmd : SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
66 - cmd : SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
77clone_script :
8+ - echo Current directory=%CD%
9+ - echo %DIR%
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+ - echo Current directory=%CD%
15+ - echo %DIR%
16+ - cd dotty
17+ - ./project/scripts/sbt compile
18+ - ./project/scripts/sbt "dotty-bootstrapped/compile"
1419test_script :
15- - project/scripts/sbt test
16- - project/scripts/cmdTests
17- - project/scripts/sbt "dotty-bootstrapped/test"
18- - project/scripts/bootstrapCmdTests
20+ - echo Current directory=%CD%
21+ - echo %DIR%
22+ - ./project/scripts/sbt test
23+ - ./project/scripts/cmdTests
24+ - ./project/scripts/sbt "dotty-bootstrapped/test"
25+ - ./project/scripts/bootstrapCmdTests
1926cache :
2027 - C:\sbt\
2128 - C:\Users\appveyor\.ivy2
You can’t perform that action at this time.
0 commit comments