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