@@ -15,37 +15,37 @@ pipeline:
15
15
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
16
16
test_legacy :
17
17
group : test
18
- image : lampepfl/dotty:2017-11-17
18
+ image : lampepfl/dotty:2017-12-21
19
19
commands :
20
20
- cp -R . /tmp/0/ && cd /tmp/0/
21
21
- ./project/scripts/sbt legacyTests
22
22
23
23
test :
24
24
group : test
25
- image : lampepfl/dotty:2017-11-17
25
+ image : lampepfl/dotty:2017-12-21
26
26
commands :
27
27
- cp -R . /tmp/1/ && cd /tmp/1/
28
28
- ./project/scripts/sbt ";compile ;test"
29
29
- ./project/scripts/sbtTests
30
30
31
31
test_bootstrapped :
32
32
group : test
33
- image : lampepfl/dotty:2017-11-17
33
+ image : lampepfl/dotty:2017-12-21
34
34
commands :
35
35
- cp -R . /tmp/2/ && cd /tmp/2/
36
36
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
37
37
- ./project/scripts/sbtBootstrappedTests
38
38
39
39
test_optimised :
40
40
group : test
41
- image : lampepfl/dotty:2017-11-17
41
+ image : lampepfl/dotty:2017-12-21
42
42
commands :
43
43
- cp -R . /tmp/3/ && cd /tmp/3/
44
44
- ./project/scripts/sbt dotty-optimised/test
45
45
46
46
test_sbt :
47
47
group : test
48
- image : lampepfl/dotty:2017-11-17
48
+ image : lampepfl/dotty:2017-12-21
49
49
commands :
50
50
- cp -R . /tmp/4/ && cd /tmp/4/
51
51
- ./project/scripts/sbt sbt-dotty/scripted
@@ -55,7 +55,7 @@ pipeline:
55
55
56
56
# DOCUMENTATION:
57
57
documentation :
58
- image : lampepfl/dotty:2017-11-17
58
+ image : lampepfl/dotty:2017-12-21
59
59
commands :
60
60
- ./project/scripts/genDocs
61
61
secrets : [ bot_pass ]
@@ -67,7 +67,7 @@ pipeline:
67
67
# PUBLISHING:
68
68
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
69
69
publish_nightly :
70
- image : lampepfl/dotty:2017-11-17
70
+ image : lampepfl/dotty:2017-12-21
71
71
environment :
72
72
- NIGHTLYBUILD=yes
73
73
commands :
@@ -78,7 +78,7 @@ pipeline:
78
78
environment : nightly
79
79
80
80
publish_release :
81
- image : lampepfl/dotty:2017-11-17
81
+ image : lampepfl/dotty:2017-12-21
82
82
environment :
83
83
- RELEASEBUILD=yes
84
84
commands :
@@ -102,7 +102,7 @@ pipeline:
102
102
event : tag
103
103
104
104
publish_sbt_release :
105
- image : lampepfl/dotty:2017-11-17
105
+ image : lampepfl/dotty:2017-12-21
106
106
environment :
107
107
- RELEASEBUILD=yes
108
108
commands :
0 commit comments