File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ object DottyBuild extends Build {
346
346
List (" -XX:+TieredCompilation" , " -XX:TieredStopAtLevel=1" )
347
347
else List ()
348
348
349
- (" -DpartestParentID=" + pid) :: tuning ::: agentOptions ::: travis_build ::: path.toList
349
+ " -XX:+PrintGCDetails " :: (" -DpartestParentID=" + pid) :: tuning ::: agentOptions ::: travis_build ::: path.toList
350
350
}
351
351
).
352
352
settings(publishing)
You can’t perform that action at this time.
0 commit comments