From 27b5c293d391d4a1f9090a3b39f4c10e9a512c1c Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 29 Mar 2017 16:43:13 +0200 Subject: Delete .drone.yml This file caused the branch to be run in the CI, this was misleading --- .drone.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index e84cc654f..000000000 --- a/.drone.yml +++ /dev/null @@ -1,21 +0,0 @@ -pipeline: - test: - image: lampepfl/dotty:latest - pull: true - commands: - - ln -s /var/cache/drone/scala-scala scala-scala - - ./scripts/update-scala-library - - sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}" - - documentation: - image: lampepfl/dotty:latest - pull: true - commands: - - ./project/scripts/genDocs "${TEST}" - -matrix: - TEST: - - test - - ;publishLocal;dotty-bootstrapped/test - - partest-only-no-bootstrap --show-diff --verbose - - partest-only --show-diff --verbose -- cgit v1.2.3