@@ -15,37 +15,37 @@ pipeline:
15
15
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
16
16
test_legacy :
17
17
group : test
18
- image : lampepfl/dotty:2017-10-20
18
+ image : lampepfl/dotty:2017-11-17
19
19
commands :
20
20
- cp -R . /tmp/0/ && cd /tmp/0/
21
21
- ./project/scripts/sbt legacyTests
22
22
23
23
test :
24
24
group : test
25
- image : lampepfl/dotty:2017-10-20
25
+ image : lampepfl/dotty:2017-11-17
26
26
commands :
27
27
- cp -R . /tmp/1/ && cd /tmp/1/
28
28
- ./project/scripts/sbt ";compile ;testAll"
29
29
- ./project/scripts/sbtTests
30
30
31
31
test_bootstrapped :
32
32
group : test
33
- image : lampepfl/dotty:2017-10-20
33
+ image : lampepfl/dotty:2017-11-17
34
34
commands :
35
35
- cp -R . /tmp/2/ && cd /tmp/2/
36
36
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll"
37
37
- ./project/scripts/sbtBootstrappedTests
38
38
39
39
test_optimised :
40
40
group : test
41
- image : lampepfl/dotty:2017-10-20
41
+ image : lampepfl/dotty:2017-11-17
42
42
commands :
43
43
- cp -R . /tmp/3/ && cd /tmp/3/
44
44
- ./project/scripts/sbt dotty-optimised/testAll
45
45
46
46
test_sbt :
47
47
group : test
48
- image : lampepfl/dotty:2017-10-20
48
+ image : lampepfl/dotty:2017-11-17
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:2017-10-20
58
+ image : lampepfl/dotty:2017-11-17
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:2017-10-20
70
+ image : lampepfl/dotty:2017-11-17
71
71
environment :
72
72
- NIGHTLYBUILD=yes
73
73
commands :
@@ -80,7 +80,7 @@ pipeline:
80
80
environment : nightly
81
81
82
82
publish_release :
83
- image : lampepfl/dotty:2017-10-20
83
+ image : lampepfl/dotty:2017-11-17
84
84
environment :
85
85
- RELEASEBUILD=yes
86
86
commands :
@@ -106,7 +106,7 @@ pipeline:
106
106
event : tag
107
107
108
108
publish_sbt_release :
109
- image : lampepfl/dotty:2017-10-20
109
+ image : lampepfl/dotty:2017-11-17
110
110
environment :
111
111
- RELEASEBUILD=yes
112
112
commands :
0 commit comments