Skip to content

Commit 5378076

Browse files
committed
Add drone integration
1 parent 6bba767 commit 5378076

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.drone.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pipeline:
2+
test:
3+
image: felixmulder/dotty:0.2
4+
commands:
5+
- ln -s /var/cache/drone/scala-scala scala-scala
6+
- sbt -mem 4096 -ivy /var/cache/drone/ivy2 "${TEST}"
7+
8+
matrix:
9+
TEST:
10+
- test
11+
- partest-only-no-bootstrap --show-diff --verbose
12+
- partest-only --show-diff --verbose

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ object DottyBuild extends Build {
346346
List("-XX:+TieredCompilation", "-XX:TieredStopAtLevel=1")
347347
else List()
348348

349-
("-DpartestParentID=" + pid) :: tuning ::: agentOptions ::: travis_build ::: path.toList
349+
"-XX:+PrintGCDetails" :: ("-DpartestParentID=" + pid) :: tuning ::: agentOptions ::: travis_build ::: path.toList
350350
}
351351
).
352352
settings(publishing)

0 commit comments

Comments
 (0)