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 2bc62e8 commit 421bdceCopy full SHA for 421bdce
.drone.yml
@@ -5,7 +5,7 @@ pipeline:
5
commands:
6
- ln -s /var/cache/drone/scala-scala scala-scala
7
- ./scripts/update-scala-library
8
- - sbt -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
+ - sbt -J-Xmx1536m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
9
10
matrix:
11
TEST:
0 commit comments