@@ -3,35 +3,35 @@ pipeline:
3
3
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
4
4
test_legacy :
5
5
group : test
6
- image : lampepfl/dotty:2017-09-05
6
+ image : lampepfl/dotty:2017-09-08
7
7
commands :
8
8
- cp -R . /tmp/0/ && cd /tmp/0/
9
9
- ./project/scripts/sbt legacyTests
10
10
11
11
test :
12
12
group : test
13
- image : lampepfl/dotty:2017-09-05
13
+ image : lampepfl/dotty:2017-09-08
14
14
commands :
15
15
- cp -R . /tmp/1/ && cd /tmp/1/
16
16
- ./project/scripts/sbt test
17
17
18
18
test_bootstrapped :
19
19
group : test
20
- image : lampepfl/dotty:2017-09-05
20
+ image : lampepfl/dotty:2017-09-08
21
21
commands :
22
22
- cp -R . /tmp/2/ && cd /tmp/2/
23
23
- ./project/scripts/sbt dotty-bootstrapped/test
24
24
25
25
test_optimised :
26
26
group : test
27
- image : lampepfl/dotty:2017-09-05
27
+ image : lampepfl/dotty:2017-09-08
28
28
commands :
29
29
- cp -R . /tmp/3/ && cd /tmp/3/
30
30
- ./project/scripts/sbt ";set bootstrapOptimised in ThisBuild := true ;dotty-bootstrapped/test"
31
31
32
32
test_sbt :
33
33
group : test
34
- image : lampepfl/dotty:2017-09-05
34
+ image : lampepfl/dotty:2017-09-08
35
35
commands :
36
36
- cp -R . /tmp/4/ && cd /tmp/4/
37
37
- ./project/scripts/sbt sbt-dotty/scripted
@@ -41,7 +41,7 @@ pipeline:
41
41
42
42
# DOCUMENTATION:
43
43
documentation :
44
- image : lampepfl/dotty:2017-09-05
44
+ image : lampepfl/dotty:2017-09-08
45
45
commands :
46
46
- ./project/scripts/genDocs
47
47
secrets : [ bot_pass ]
@@ -51,7 +51,7 @@ pipeline:
51
51
# PUBLISHING:
52
52
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
53
53
publish_nightly :
54
- image : lampepfl/dotty:2017-09-05
54
+ image : lampepfl/dotty:2017-09-08
55
55
environment :
56
56
- NIGHTLYBUILD=yes
57
57
commands :
@@ -64,7 +64,7 @@ pipeline:
64
64
environment : nightly
65
65
66
66
publish_release :
67
- image : lampepfl/dotty:2017-09-05
67
+ image : lampepfl/dotty:2017-09-08
68
68
environment :
69
69
- RELEASEBUILD=yes
70
70
commands :
@@ -77,7 +77,7 @@ pipeline:
77
77
environment : release
78
78
79
79
publish_sbt_release :
80
- image : lampepfl/dotty:2017-09-05
80
+ image : lampepfl/dotty:2017-09-08
81
81
environment :
82
82
- RELEASEBUILD=yes
83
83
commands :
0 commit comments