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:
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
+ - pwd
9
+ - ls
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
+ - pwd
15
+ - ls
16
+ - ./project/scripts/sbt compile
17
+ - ./project/scripts/sbt "dotty-bootstrapped/compile"
14
18
test_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
19
25
cache :
20
26
- C:\sbt\
21
27
- C:\Users\appveyor\.ivy2
You can’t perform that action at this time.
0 commit comments