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:
3535 commands :
3636 - cp -R . /tmp/4/ && cd /tmp/4/
3737 - ./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 ]
4141
4242 # DOCUMENTATION:
4343 documentation :
Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ if [ -z "$CMD" ]; then
1010 exit 1
1111fi
1212
13+ # get the ivy2 cache
14+ ln -s /var/cache/drone/ivy2 " $HOME /.ivy2"
15+
1316# run sbt with the supplied arg
1417sbt -J-Xmx4096m \
1518 -J-XX:ReservedCodeCacheSize=512m \
1619 -J-XX:MaxMetaspaceSize=1024m \
1720 -Ddotty.drone.mem=4096m \
18- -ivy /var/cache/drone/ivy2 \
1921 " $CMD "
You can’t perform that action at this time.
0 commit comments