@@ -20,31 +20,31 @@ pipeline:
20
20
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
21
21
test :
22
22
group : test
23
- image : lampepfl/dotty:2019-02-06
23
+ image : lampepfl/dotty:2019-04-22
24
24
commands :
25
25
- cp -R . /tmp/1/ && cd /tmp/1/
26
26
- ./project/scripts/sbt ";compile ;test"
27
27
- ./project/scripts/cmdTests
28
28
29
29
test_bootstrapped :
30
30
group : test
31
- image : lampepfl/dotty:2019-02-06
31
+ image : lampepfl/dotty:2019-04-22
32
32
commands :
33
33
- cp -R . /tmp/2/ && cd /tmp/2/
34
34
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test:compile;sjsSandbox/run"
35
35
- ./project/scripts/bootstrapCmdTests
36
36
37
37
community_build :
38
38
group : test
39
- image : lampepfl/dotty:2019-02-06
39
+ image : lampepfl/dotty:2019-04-22
40
40
commands :
41
41
- cp -R . /tmp/3/ && cd /tmp/3/
42
42
- git submodule update --init --recursive --jobs 7
43
43
- ./project/scripts/sbt community-build/test
44
44
45
45
test_sbt :
46
46
group : test
47
- image : lampepfl/dotty:2019-02-06
47
+ image : lampepfl/dotty:2019-04-22
48
48
commands :
49
49
- cp -R . /tmp/4/ && cd /tmp/4/
50
50
- ./project/scripts/sbt sbt-dotty/scripted
@@ -54,14 +54,14 @@ pipeline:
54
54
55
55
test_scala212 :
56
56
group : test
57
- image : lampepfl/dotty:2019-02-06
57
+ image : lampepfl/dotty:2019-04-22
58
58
commands :
59
59
- cp -R . /tmp/5/ && cd /tmp/5/
60
60
- ./project/scripts/sbt ";++2.12.8 ;compile ;test"
61
61
62
62
# DOCUMENTATION:
63
63
documentation :
64
- image : lampepfl/dotty:2019-02-06
64
+ image : lampepfl/dotty:2019-04-22
65
65
commands :
66
66
- ./project/scripts/genDocs
67
67
secrets : [ bot_token ]
@@ -73,7 +73,7 @@ pipeline:
73
73
# PUBLISHING:
74
74
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
75
75
publish_nightly :
76
- image : lampepfl/dotty:2019-02-06
76
+ image : lampepfl/dotty:2019-04-22
77
77
environment :
78
78
- NIGHTLYBUILD=yes
79
79
commands :
@@ -84,7 +84,7 @@ pipeline:
84
84
environment : nightly
85
85
86
86
publish_release :
87
- image : lampepfl/dotty:2019-02-06
87
+ image : lampepfl/dotty:2019-04-22
88
88
environment :
89
89
- RELEASEBUILD=yes
90
90
commands :
@@ -108,7 +108,7 @@ pipeline:
108
108
event : tag
109
109
110
110
publish_sbt_release :
111
- image : lampepfl/dotty:2019-02-06
111
+ image : lampepfl/dotty:2019-04-22
112
112
environment :
113
113
- RELEASEBUILD=yes
114
114
commands :
0 commit comments