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:
5
5
- cmd : SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
6
6
- cmd : SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
7
7
clone_script :
8
+ - echo Current directory=%CD%
9
+ - echo %DIR%
8
10
- git clone --depth 50 https://github.com/lampepfl/dotty.git
9
11
- cd dotty
10
- - git submodule update --init --recursive --jobs 3
12
+ - git submodule update --init --recursive --depth 50 -- jobs 3
11
13
build_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"
14
19
test_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
19
26
cache :
20
27
- C:\sbt\
21
28
- C:\Users\appveyor\.ivy2
You can’t perform that action at this time.
0 commit comments