Skip to content

Commit 76b9cc1

Browse files
committed
Doc
1 parent e40c322 commit 76b9cc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.drone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ pipeline:
22
init:
33
image: lampepfl/dotty:2017-09-05
44
commands:
5+
# get the ivy2 cache
56
- ln -s /var/cache/drone/ivy2 "$HOME/.ivy2"
67

8+
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
79
test_legacy:
810
group: test
911
image: lampepfl/dotty:2017-09-05
@@ -38,6 +40,8 @@ pipeline:
3840
commands:
3941
- cp -R . /tmp/4/ && cd /tmp/4/
4042
- ./project/scripts/sbt sbt-dotty/scripted
43+
when:
44+
event: push
4145

4246
documentation:
4347
image: lampepfl/dotty:2017-09-05

0 commit comments

Comments
 (0)