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