@@ -23,23 +23,23 @@ 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-08-22
26
+ image : lampepfl/dotty:2018-08-31
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-08-22
34
+ image : lampepfl/dotty:2018-08-31
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_sbt :
41
41
group : test
42
- image : lampepfl/dotty:2018-08-22
42
+ image : lampepfl/dotty:2018-08-31
43
43
commands :
44
44
- cp -R . /tmp/4/ && cd /tmp/4/
45
45
- ./project/scripts/sbt sbt-dotty/scripted
@@ -49,7 +49,7 @@ pipeline:
49
49
50
50
# DOCUMENTATION:
51
51
documentation :
52
- image : lampepfl/dotty:2018-08-22
52
+ image : lampepfl/dotty:2018-08-31
53
53
commands :
54
54
- ./project/scripts/genDocs
55
55
secrets : [ bot_pass ]
@@ -61,7 +61,7 @@ pipeline:
61
61
# PUBLISHING:
62
62
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
63
63
publish_nightly :
64
- image : lampepfl/dotty:2018-08-22
64
+ image : lampepfl/dotty:2018-08-31
65
65
environment :
66
66
- NIGHTLYBUILD=yes
67
67
commands :
@@ -72,7 +72,7 @@ pipeline:
72
72
environment : nightly
73
73
74
74
publish_release :
75
- image : lampepfl/dotty:2018-08-22
75
+ image : lampepfl/dotty:2018-08-31
76
76
environment :
77
77
- RELEASEBUILD=yes
78
78
commands :
@@ -96,7 +96,7 @@ pipeline:
96
96
event : tag
97
97
98
98
publish_sbt_release :
99
- image : lampepfl/dotty:2018-08-22
99
+ image : lampepfl/dotty:2018-08-31
100
100
environment :
101
101
- RELEASEBUILD=yes
102
102
commands :
0 commit comments