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 7516149 commit b9ea290Copy full SHA for b9ea290
.drone.yml
@@ -34,7 +34,7 @@ pipeline:
34
image: lampepfl/dotty:2017-09-08
35
commands:
36
- cp -R . /tmp/4/ && cd /tmp/4/
37
- - ./project/scripts/sbt ";publishLocal ;sbt-dotty/scripted"
+ - ./project/scripts/sbt sbt-dotty/scripted
38
# when:
39
# # sbt scripted tests are slow and don't run on PRs
40
# event: [ push, tag, deployment ]
project/scripts/sbt
@@ -10,10 +10,11 @@ if [ -z "$CMD" ]; then
10
exit 1
11
fi
12
13
+ln -s /var/cache/drone/ivy2 "$HOME/.ivy2"
14
+
15
# run sbt with the supplied arg
16
sbt -J-Xmx4096m \
17
-J-XX:ReservedCodeCacheSize=512m \
18
-J-XX:MaxMetaspaceSize=1024m \
19
-Ddotty.drone.mem=4096m \
- -ivy /var/cache/drone/ivy2 \
20
"$CMD"
0 commit comments