aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-05 10:50:40 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:31:13 +0200
commit7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f (patch)
tree91e245afd6a979d2c2f9ddbca6935fbbea8cf25c /.drone.yml
parent2f1a542034ddbc6cccf321e068e5161d32839f07 (diff)
downloaddotty-7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f.tar.gz
dotty-7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f.tar.bz2
dotty-7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f.zip
Rename filter shorthand to vulpix and update `drone.yml`
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index ed772eb32..c6e4f53e4 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -40,9 +40,7 @@ pipeline:
matrix:
TEST:
- - ;set testOptions in LocalProject("dotty-compiler") += Tests.Argument(TestFrameworks.JUnit, "--exclude-categories=dotty.tools.dotc.hydra.ParallelTesting") ;test ;dotty-bin-tests/test
- - ;set testOptions in LocalProject("dotty-compiler-bootstrapped") += Tests.Argument(TestFrameworks.JUnit, "--exclude-categories=dotty.tools.dotc.hydra.ParallelTesting") ;publishLocal ;dotty-bootstrapped/test
- - ;set testOptions in LocalProject("dotty-compiler") += Tests.Argument(TestFrameworks.JUnit, "--exclude-categories=dotty.tools.dotc.hydra.ParallelTesting") ;partest-only-no-bootstrap --show-diff --verbose
- - ;set testOptions in LocalProject("dotty-compiler-bootstrapped") += Tests.Argument(TestFrameworks.JUnit, "--exclude-categories=dotty.tools.dotc.hydra.ParallelTesting") ;partest-only --show-diff --verbose
- - ;dotty-compiler/testOnly dotty.tools.dotc.CompilationTests
- - ;publishLocal ;dotty-bootstrapped/testOnly dotty.tools.dotc.CompilationTests
+ - test
+ - ;publishLocal ;dotty-bootstrapped/test
+ - legacyTests
+ - dotty-bin-tests/test