Skip to content

Commit 1e7c6a5

Browse files
committed
.drone.yml: restart sbt after publishLocal
Hopefully this decreases the amount of resources needed by sbt.
1 parent 421bdce commit 1e7c6a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ pipeline:
55
commands:
66
- ln -s /var/cache/drone/scala-scala scala-scala
77
- ./scripts/update-scala-library
8+
- sbt -J-Xmx1536m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 publishLocal
89
- sbt -J-Xmx1536m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
910

1011
matrix:
1112
TEST:
1213
- test
13-
- ;publishLocal;dotty-compiler-bootstrapped/test
14+
- dotty-compiler-bootstrapped/test
1415
- partest-only-no-bootstrap --show-diff --verbose
1516
- partest-only --show-diff --verbose

0 commit comments

Comments
 (0)