aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-03-27 14:11:23 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-03-29 10:33:26 +0200
commitf7e3b7002d1eefbeaac3970be4ac729843d6a939 (patch)
tree30858a140e475153c9b6e18a10a5e5159ba615be /.drone.yml
parent1ab7c038e7daed1f05aafa000a284d76ddacb381 (diff)
downloaddotty-f7e3b7002d1eefbeaac3970be4ac729843d6a939.tar.gz
dotty-f7e3b7002d1eefbeaac3970be4ac729843d6a939.tar.bz2
dotty-f7e3b7002d1eefbeaac3970be4ac729843d6a939.zip
Restore partest and enable it to run alongside new partest
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 6d49aace5..eb36e65d8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -36,3 +36,7 @@ matrix:
TEST:
- ;test;dotty-bin-tests/test
- ;publishLocal;dotty-bootstrapped/test
+ - partest-only-no-bootstrap --show-diff --verbose
+ - partest-only --show-diff --verbose
+ - ;set testOptions in LocalProject("dotty-compiler") := Seq() ;dotty-compiler/testOnly dotty.tools.dotc.CompilationTests
+ - ;publishLocal ;set testOptions in LocalProject("dotty-compiler-bootstrapped") := Seq() ;dotty-bootstrapped/testOnly dotty.tools.dotc.CompilationTests