@@ -3,37 +3,37 @@ pipeline:
3
3
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
4
4
test_legacy :
5
5
group : test
6
- image : lampepfl/dotty:2017-09-27
6
+ image : lampepfl/dotty:2017-10-05
7
7
commands :
8
8
- cp -R . /tmp/0/ && cd /tmp/0/
9
9
- ./project/scripts/sbt legacyTests
10
10
11
11
test :
12
12
group : test
13
- image : lampepfl/dotty:2017-09-27
13
+ image : lampepfl/dotty:2017-10-05
14
14
commands :
15
15
- cp -R . /tmp/1/ && cd /tmp/1/
16
16
- ./project/scripts/sbt testAll
17
17
- ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
18
18
19
19
test_bootstrapped :
20
20
group : test
21
- image : lampepfl/dotty:2017-09-27
21
+ image : lampepfl/dotty:2017-10-05
22
22
commands :
23
23
- cp -R . /tmp/2/ && cd /tmp/2/
24
24
- ./project/scripts/sbt dotty-bootstrapped/testAll
25
25
- ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"
26
26
27
27
test_optimised :
28
28
group : test
29
- image : lampepfl/dotty:2017-09-27
29
+ image : lampepfl/dotty:2017-10-05
30
30
commands :
31
31
- cp -R . /tmp/3/ && cd /tmp/3/
32
32
- ./project/scripts/sbt dotty-optimised/testAll
33
33
34
34
test_sbt :
35
35
group : test
36
- image : lampepfl/dotty:2017-09-27
36
+ image : lampepfl/dotty:2017-10-05
37
37
commands :
38
38
- cp -R . /tmp/4/ && cd /tmp/4/
39
39
- ./project/scripts/sbt sbt-dotty/scripted
@@ -43,7 +43,7 @@ pipeline:
43
43
44
44
# DOCUMENTATION:
45
45
documentation :
46
- image : lampepfl/dotty:2017-09-27
46
+ image : lampepfl/dotty:2017-10-05
47
47
commands :
48
48
- ./project/scripts/genDocs
49
49
secrets : [ bot_pass ]
@@ -55,7 +55,7 @@ pipeline:
55
55
# PUBLISHING:
56
56
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
57
57
publish_nightly :
58
- image : lampepfl/dotty:2017-09-27
58
+ image : lampepfl/dotty:2017-10-05
59
59
environment :
60
60
- NIGHTLYBUILD=yes
61
61
commands :
@@ -68,7 +68,7 @@ pipeline:
68
68
environment : nightly
69
69
70
70
publish_release :
71
- image : lampepfl/dotty:2017-09-27
71
+ image : lampepfl/dotty:2017-10-05
72
72
environment :
73
73
- RELEASEBUILD=yes
74
74
commands :
@@ -81,7 +81,7 @@ pipeline:
81
81
environment : release
82
82
83
83
publish_sbt_release :
84
- image : lampepfl/dotty:2017-09-27
84
+ image : lampepfl/dotty:2017-10-05
85
85
environment :
86
86
- RELEASEBUILD=yes
87
87
commands :
0 commit comments