@@ -23,30 +23,30 @@ 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-09-14-2
26
+ image : lampepfl/dotty:2018-09-24
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-09-14-2
34
+ image : lampepfl/dotty:2018-09-24
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
- ./project/scripts/bootstrapCmdTests
39
39
40
40
test_sjs :
41
41
group : test
42
- image : lampepfl/dotty:2018-09-14-2
42
+ image : lampepfl/dotty:2018-09-24
43
43
commands :
44
44
- cp -R . /tmp/3/ && cd /tmp/3/
45
45
- ./project/scripts/sbt ";sjsSandbox/run"
46
46
47
47
test_sbt :
48
48
group : test
49
- image : lampepfl/dotty:2018-09-14-2
49
+ image : lampepfl/dotty:2018-09-24
50
50
commands :
51
51
- cp -R . /tmp/4/ && cd /tmp/4/
52
52
- ./project/scripts/sbt sbt-dotty/scripted
@@ -56,7 +56,7 @@ pipeline:
56
56
57
57
# DOCUMENTATION:
58
58
documentation :
59
- image : lampepfl/dotty:2018-09-14-2
59
+ image : lampepfl/dotty:2018-09-24
60
60
commands :
61
61
- ./project/scripts/genDocs
62
62
secrets : [ bot_pass ]
@@ -68,7 +68,7 @@ pipeline:
68
68
# PUBLISHING:
69
69
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
70
70
publish_nightly :
71
- image : lampepfl/dotty:2018-09-14-2
71
+ image : lampepfl/dotty:2018-09-24
72
72
environment :
73
73
- NIGHTLYBUILD=yes
74
74
commands :
@@ -79,7 +79,7 @@ pipeline:
79
79
environment : nightly
80
80
81
81
publish_release :
82
- image : lampepfl/dotty:2018-09-14-2
82
+ image : lampepfl/dotty:2018-09-24
83
83
environment :
84
84
- RELEASEBUILD=yes
85
85
commands :
@@ -103,7 +103,7 @@ pipeline:
103
103
event : tag
104
104
105
105
publish_sbt_release :
106
- image : lampepfl/dotty:2018-09-14-2
106
+ image : lampepfl/dotty:2018-09-24
107
107
environment :
108
108
- RELEASEBUILD=yes
109
109
commands :
0 commit comments