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 421bdce commit 1e7c6a5Copy full SHA for 1e7c6a5
.drone.yml
@@ -5,11 +5,12 @@ pipeline:
5
commands:
6
- ln -s /var/cache/drone/scala-scala scala-scala
7
- ./scripts/update-scala-library
8
+ - sbt -J-Xmx1536m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 publishLocal
9
- sbt -J-Xmx1536m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
10
11
matrix:
12
TEST:
13
- test
- - ;publishLocal;dotty-compiler-bootstrapped/test
14
+ - dotty-compiler-bootstrapped/test
15
- partest-only-no-bootstrap --show-diff --verbose
16
- partest-only --show-diff --verbose
0 commit comments