File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -21,30 +21,30 @@ pipeline:
21
21
22
22
# TESTS:
23
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-06-29
27
- commands :
28
- - cp -R . /tmp/1/ && cd /tmp/1/
29
- - ./project/scripts/sbt ";compile ;test"
30
- - ./project/scripts/cmdTests
24
+ # test:
25
+ # group: test
26
+ # image: lampepfl/dotty:2018-06-29
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-06-29
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-06-29
35
+ # commands:
36
+ # - cp -R . /tmp/2/ && cd /tmp/2/
37
+ # - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
38
38
39
39
test_sbt :
40
40
group : test
41
41
image : lampepfl/dotty:2018-06-29
42
42
commands :
43
43
- cp -R . /tmp/4/ && cd /tmp/4/
44
44
- ./project/scripts/sbt sbt-dotty/scripted
45
- when :
46
- # sbt scripted tests are slow and only run on nightly or deployment
47
- event : [ tag, deployment ]
45
+ # when:
46
+ # # sbt scripted tests are slow and only run on nightly or deployment
47
+ # event: [ tag, deployment ]
48
48
49
49
# DOCUMENTATION:
50
50
documentation :
You can’t perform that action at this time.
0 commit comments