From 7dcfbd71b1c05b4bc5e8c7e1da94fd99600e740f Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Wed, 5 Apr 2017 10:50:40 +0200 Subject: Rename filter shorthand to vulpix and update `drone.yml` --- .drone.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.drone.yml') 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 -- cgit v1.2.3