We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40c322 commit 76b9cc1Copy full SHA for 76b9cc1
.drone.yml
@@ -2,8 +2,10 @@ pipeline:
2
init:
3
image: lampepfl/dotty:2017-09-05
4
commands:
5
+ # get the ivy2 cache
6
- ln -s /var/cache/drone/ivy2 "$HOME/.ivy2"
7
8
+ # We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
9
test_legacy:
10
group: test
11
@@ -38,6 +40,8 @@ pipeline:
38
40
39
41
- cp -R . /tmp/4/ && cd /tmp/4/
42
- ./project/scripts/sbt sbt-dotty/scripted
43
+ when:
44
+ event: push
45
46
documentation:
47
0 commit comments