@@ -16,37 +16,37 @@ pipeline:
16
16
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
17
17
test_legacy :
18
18
group : test
19
- image : lampepfl/dotty:2018-01-15
19
+ image : lampepfl/dotty:2018-01-17
20
20
commands :
21
21
- cp -R . /tmp/0/ && cd /tmp/0/
22
22
- ./project/scripts/sbt legacyTests
23
23
24
24
test :
25
25
group : test
26
- image : lampepfl/dotty:2018-01-15
26
+ image : lampepfl/dotty:2018-01-17
27
27
commands :
28
28
- cp -R . /tmp/1/ && cd /tmp/1/
29
29
- ./project/scripts/sbt ";compile ;test"
30
30
- ./project/scripts/sbtTests
31
31
32
32
test_bootstrapped :
33
33
group : test
34
- image : lampepfl/dotty:2018-01-15
34
+ image : lampepfl/dotty:2018-01-17
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/sbtBootstrappedTests
39
39
40
40
test_optimised :
41
41
group : test
42
- image : lampepfl/dotty:2018-01-15
42
+ image : lampepfl/dotty:2018-01-17
43
43
commands :
44
44
- cp -R . /tmp/3/ && cd /tmp/3/
45
45
- ./project/scripts/sbt dotty-optimised/test
46
46
47
47
test_sbt :
48
48
group : test
49
- image : lampepfl/dotty:2018-01-15
49
+ image : lampepfl/dotty:2018-01-17
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-01-15
59
+ image : lampepfl/dotty:2018-01-17
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-01-15
71
+ image : lampepfl/dotty:2018-01-17
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-01-15
82
+ image : lampepfl/dotty:2018-01-17
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-01-15
106
+ image : lampepfl/dotty:2018-01-17
107
107
environment :
108
108
- RELEASEBUILD=yes
109
109
commands :
0 commit comments