@@ -23,29 +23,29 @@ pipeline:
23
23
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
24
24
test :
25
25
group : test
26
- image : lampepfl/dotty:2018-03-21
26
+ image : lampepfl/dotty:2018-03-29
27
27
commands :
28
28
- cp -R . /tmp/1/ && cd /tmp/1/
29
29
- ./project/scripts/sbt ";compile ;test"
30
30
- ./project/scripts/cmdTests
31
31
32
32
test_bootstrapped :
33
33
group : test
34
- image : lampepfl/dotty:2018-03-21
34
+ image : lampepfl/dotty:2018-03-29
35
35
commands :
36
36
- cp -R . /tmp/2/ && cd /tmp/2/
37
37
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
38
38
39
39
test_optimised :
40
40
group : test
41
- image : lampepfl/dotty:2018-03-21
41
+ image : lampepfl/dotty:2018-03-29
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:2018-03-21
48
+ image : lampepfl/dotty:2018-03-29
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:2018-03-21
58
+ image : lampepfl/dotty:2018-03-29
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:2018-03-21
70
+ image : lampepfl/dotty:2018-03-29
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:2018-03-21
81
+ image : lampepfl/dotty:2018-03-29
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:2018-03-21
105
+ image : lampepfl/dotty:2018-03-29
106
106
environment :
107
107
- RELEASEBUILD=yes
108
108
commands :
0 commit comments