File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,14 @@ pipeline:
13
13
image : lampepfl/dotty:2017-10-20
14
14
commands :
15
15
- cp -R . /tmp/1/ && cd /tmp/1/
16
- - ./project/scripts/sbt testAll
17
- - ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
16
+ - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
18
17
19
18
test_bootstrapped :
20
19
group : test
21
20
image : lampepfl/dotty:2017-10-20
22
21
commands :
23
22
- cp -R . /tmp/2/ && cd /tmp/2/
24
- - ./project/scripts/sbt dotty-bootstrapped/testAll
25
- - ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"
23
+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll ;dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
26
24
27
25
test_optimised :
28
26
group : test
You can’t perform that action at this time.
0 commit comments