aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-03-29 16:43:13 +0200
committerGitHub <noreply@github.com>2017-03-29 16:43:13 +0200
commit27b5c293d391d4a1f9090a3b39f4c10e9a512c1c (patch)
treeff92db1a0dd5ebd03669ab5db692b1a7b775e5b0
parent2d0a78875203cc514bb559ccce464c6bb359234b (diff)
downloaddotty-27b5c293d391d4a1f9090a3b39f4c10e9a512c1c.tar.gz
dotty-27b5c293d391d4a1f9090a3b39f4c10e9a512c1c.tar.bz2
dotty-27b5c293d391d4a1f9090a3b39f4c10e9a512c1c.zip
Delete .drone.yml
This file caused the branch to be run in the CI, this was misleading
-rw-r--r--.drone.yml21
1 files changed, 0 insertions, 21 deletions
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