diff --git a/.drone.yml b/.drone.yml index 696e64040d6f..4b2661ea0532 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,16 +13,14 @@ pipeline: image: lampepfl/dotty:2017-10-20 commands: - cp -R . /tmp/1/ && cd /tmp/1/ - - ./project/scripts/sbt testAll - - ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala" + - ./project/scripts/sbt ";compile ;testAll ;dotty-bench/jmh:run 1 1 tests/pos/alias.scala" test_bootstrapped: group: test image: lampepfl/dotty:2017-10-20 commands: - cp -R . /tmp/2/ && cd /tmp/2/ - - ./project/scripts/sbt dotty-bootstrapped/testAll - - ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala" + - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/testAll ;dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala" test_optimised: group: test