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 4d18804 commit cc74bffCopy full SHA for cc74bff
.drone.yml
@@ -4,8 +4,9 @@ pipeline:
4
pull: true
5
commands:
6
- ln -s /var/cache/drone/scala-scala scala-scala
7
+ - ln -s /var/cache/drone/ivy2 "$HOME/.ivy2"
8
- ./scripts/update-scala-library
- - sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
9
+ - sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m -Ddotty.drone.mem=4096m "${TEST}"
10
when:
11
branch:
12
exclude: gh-pages
0 commit comments