File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ pipeline:
35
35
commands :
36
36
- cp -R . /tmp/4/ && cd /tmp/4/
37
37
- ./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 ]
38
+ # when:
39
+ # # sbt scripted tests are slow and don't run on PRs
40
+ # event: [ push, tag, deployment ]
41
41
42
42
# DOCUMENTATION:
43
43
documentation :
Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ if [ -z "$CMD" ]; then
10
10
exit 1
11
11
fi
12
12
13
+ # get the ivy2 cache
14
+ ln -s /var/cache/drone/ivy2 " $HOME /.ivy2"
15
+
13
16
# run sbt with the supplied arg
14
17
sbt -J-Xmx4096m \
15
18
-J-XX:ReservedCodeCacheSize=512m \
16
19
-J-XX:MaxMetaspaceSize=1024m \
17
20
-Ddotty.drone.mem=4096m \
18
- -ivy /var/cache/drone/ivy2 \
19
21
" $CMD "
You can’t perform that action at this time.
0 commit comments