aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* Create symbolic link to .ivy2 instead of using sbt argumentOlivier Blanvillain2017-02-101-1/+2
|
* Fix dotr/dotc scriptsOlivier Blanvillain2017-02-071-1/+1
|
* Change integrations to only fire on changed build statusFelix Mulder2017-02-021-0/+7
|
* Update plugin using fixed secretFelix Mulder2017-02-021-1/+0
|
* Fix slack integration and allow empty to gh-pagesFelix Mulder2017-02-021-0/+1
|
* Add script to update orphan gh-pages branchFelix Mulder2017-02-021-0/+17
|
* Add meta project dotty-bootstrappedGuillaume Martres2017-01-281-1/+1
| | | | | | This way you can run both the dotty-library-bootstrapped and dotty-compiler-bootstrapped tests with one command: sbt ;publishLocal;dotty-bootstrapped/test
* .drone.yml: Give more resources to the JVM used by sbtGuillaume Martres2017-01-281-1/+1
| | | | | | | | | | | | sbt runs up to `Runtime.getRuntime.availableProcessors` tasks in parallel, on our CI that means 40 tasks, compilation tasks are the one with the biggest footprint and the introduction of `dotty-library-bootstrapped` and `dotty-compiler-bootstrapped` in this PR means that sbt can now run more compilation tasks in parallel. To prevent the JVM from exploding, we increase: - The max heap size, from 1G to 4G - The max code cache size, from 240M to 512M - The max metaspace size, from 256M to 1G
* Enable sbt-based bootstrap in the CIGuillaume Martres2017-01-271-0/+1
|
* Reuse old script for updating scala-scalaFelix Mulder2016-12-191-1/+1
|
* Add git pull scala-scala to list of test commandsFelix Mulder2016-12-191-1/+2
|
* Update docker image's scala-scala cloneFelix Mulder2016-12-191-1/+1
|
* Change docker image to use lampepfl oneFelix Mulder2016-11-231-1/+1
|
* make drone use img with openjdk8 and javadocFelix Mulder2016-11-221-2/+2
|
* Propagate memory setting to testsFelix Mulder2016-11-221-1/+1
|
* increase threads to 2 in reduced threads casesFelix Mulder2016-11-221-0/+1
|
* Add drone integrationFelix Mulder2016-11-221-0/+12