Skip to content

Commit 32a492e

Browse files
committed
Update CI cache for the full bootstrap
1 parent 6a42c8d commit 32a492e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.drone.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ pipeline:
2020
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
2121
test:
2222
group: test
23-
image: lampepfl/dotty:2019-02-06
23+
image: lampepfl/dotty:2019-04-22
2424
commands:
2525
- cp -R . /tmp/1/ && cd /tmp/1/
2626
- ./project/scripts/sbt ";compile ;test"
2727
- ./project/scripts/cmdTests
2828

2929
test_bootstrapped:
3030
group: test
31-
image: lampepfl/dotty:2019-02-06
31+
image: lampepfl/dotty:2019-04-22
3232
commands:
3333
- cp -R . /tmp/2/ && cd /tmp/2/
3434
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test:compile;sjsSandbox/run"
3535
- ./project/scripts/bootstrapCmdTests
3636

3737
community_build:
3838
group: test
39-
image: lampepfl/dotty:2019-02-06
39+
image: lampepfl/dotty:2019-04-22
4040
commands:
4141
- cp -R . /tmp/3/ && cd /tmp/3/
4242
- git submodule update --init --recursive --jobs 7
4343
- ./project/scripts/sbt community-build/test
4444

4545
test_sbt:
4646
group: test
47-
image: lampepfl/dotty:2019-02-06
47+
image: lampepfl/dotty:2019-04-22
4848
commands:
4949
- cp -R . /tmp/4/ && cd /tmp/4/
5050
- ./project/scripts/sbt sbt-dotty/scripted
@@ -54,14 +54,14 @@ pipeline:
5454

5555
test_scala212:
5656
group: test
57-
image: lampepfl/dotty:2019-02-06
57+
image: lampepfl/dotty:2019-04-22
5858
commands:
5959
- cp -R . /tmp/5/ && cd /tmp/5/
6060
- ./project/scripts/sbt ";++2.12.8 ;compile ;test"
6161

6262
# DOCUMENTATION:
6363
documentation:
64-
image: lampepfl/dotty:2019-02-06
64+
image: lampepfl/dotty:2019-04-22
6565
commands:
6666
- ./project/scripts/genDocs
6767
secrets: [ bot_token ]
@@ -73,7 +73,7 @@ pipeline:
7373
# PUBLISHING:
7474
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
7575
publish_nightly:
76-
image: lampepfl/dotty:2019-02-06
76+
image: lampepfl/dotty:2019-04-22
7777
environment:
7878
- NIGHTLYBUILD=yes
7979
commands:
@@ -84,7 +84,7 @@ pipeline:
8484
environment: nightly
8585

8686
publish_release:
87-
image: lampepfl/dotty:2019-02-06
87+
image: lampepfl/dotty:2019-04-22
8888
environment:
8989
- RELEASEBUILD=yes
9090
commands:
@@ -108,7 +108,7 @@ pipeline:
108108
event: tag
109109

110110
publish_sbt_release:
111-
image: lampepfl/dotty:2019-02-06
111+
image: lampepfl/dotty:2019-04-22
112112
environment:
113113
- RELEASEBUILD=yes
114114
commands:

0 commit comments

Comments
 (0)