@@ -19,29 +19,29 @@ pipeline:
19
19
# clone submodules in parallelRiRem
20
20
- git submodule update --init --recursive --jobs 3
21
21
22
- # # TESTS:
23
- # # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
24
- # test:
25
- # group: test
26
- # image: lampepfl/dotty:2018-01-17
27
- # commands:
28
- # - cp -R . /tmp/1/ && cd /tmp/1/
29
- # - ./project/scripts/sbt ";compile ;test"
30
- # - ./project/scripts/cmdTests
22
+ # TESTS:
23
+ # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
24
+ test :
25
+ group : test
26
+ image : lampepfl/dotty:2018-01-17
27
+ commands :
28
+ - cp -R . /tmp/1/ && cd /tmp/1/
29
+ - ./project/scripts/sbt ";compile ;test"
30
+ - ./project/scripts/cmdTests
31
31
32
- # test_bootstrapped:
33
- # group: test
34
- # image: lampepfl/dotty:2018-01-17
35
- # commands:
36
- # - cp -R . /tmp/2/ && cd /tmp/2/
37
- # - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
32
+ test_bootstrapped :
33
+ group : test
34
+ image : lampepfl/dotty:2018-01-17
35
+ commands :
36
+ - cp -R . /tmp/2/ && cd /tmp/2/
37
+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
38
38
39
- # test_optimised:
40
- # group: test
41
- # image: lampepfl/dotty:2018-01-17
42
- # commands:
43
- # - cp -R . /tmp/3/ && cd /tmp/3/
44
- # - ./project/scripts/sbt dotty-optimised/test
39
+ test_optimised :
40
+ group : test
41
+ image : lampepfl/dotty:2018-01-17
42
+ commands :
43
+ - cp -R . /tmp/3/ && cd /tmp/3/
44
+ - ./project/scripts/sbt dotty-optimised/test
45
45
46
46
test_sbt :
47
47
group : test
0 commit comments