@@ -3,37 +3,37 @@ 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-08
6
+ image : lampepfl/dotty:2017-09-27
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-08
13
+ image : lampepfl/dotty:2017-09-27
14
14
commands :
15
15
- cp -R . /tmp/1/ && cd /tmp/1/
16
16
- ./project/scripts/sbt test
17
17
- ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"
18
18
19
19
test_bootstrapped :
20
20
group : test
21
- image : lampepfl/dotty:2017-09-08
21
+ image : lampepfl/dotty:2017-09-27
22
22
commands :
23
23
- cp -R . /tmp/2/ && cd /tmp/2/
24
24
- ./project/scripts/sbt dotty-bootstrapped/test
25
25
- ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"
26
26
27
27
test_optimised :
28
28
group : test
29
- image : lampepfl/dotty:2017-09-08
29
+ image : lampepfl/dotty:2017-09-27
30
30
commands :
31
31
- cp -R . /tmp/3/ && cd /tmp/3/
32
32
- ./project/scripts/sbt dotty-optimised/test
33
33
34
34
test_sbt :
35
35
group : test
36
- image : lampepfl/dotty:2017-09-08
36
+ image : lampepfl/dotty:2017-09-27
37
37
commands :
38
38
- cp -R . /tmp/4/ && cd /tmp/4/
39
39
- ./project/scripts/sbt sbt-dotty/scripted
@@ -43,7 +43,7 @@ pipeline:
43
43
44
44
# DOCUMENTATION:
45
45
documentation :
46
- image : lampepfl/dotty:2017-09-08
46
+ image : lampepfl/dotty:2017-09-27
47
47
commands :
48
48
- ./project/scripts/genDocs
49
49
secrets : [ bot_pass ]
@@ -53,7 +53,7 @@ pipeline:
53
53
# PUBLISHING:
54
54
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
55
55
publish_nightly :
56
- image : lampepfl/dotty:2017-09-08
56
+ image : lampepfl/dotty:2017-09-27
57
57
environment :
58
58
- NIGHTLYBUILD=yes
59
59
commands :
@@ -66,7 +66,7 @@ pipeline:
66
66
environment : nightly
67
67
68
68
publish_release :
69
- image : lampepfl/dotty:2017-09-08
69
+ image : lampepfl/dotty:2017-09-27
70
70
environment :
71
71
- RELEASEBUILD=yes
72
72
commands :
@@ -79,7 +79,7 @@ pipeline:
79
79
environment : release
80
80
81
81
publish_sbt_release :
82
- image : lampepfl/dotty:2017-09-08
82
+ image : lampepfl/dotty:2017-09-27
83
83
environment :
84
84
- RELEASEBUILD=yes
85
85
commands :
0 commit comments