From fc2f9314be7281e24e4ce7434f97cc42cb2f01d4 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Wed, 11 Jan 2017 13:42:02 +0100 Subject: Add meta project dotty-bootstrapped This way you can run both the dotty-library-bootstrapped and dotty-compiler-bootstrapped tests with one command: sbt ;publishLocal;dotty-bootstrapped/test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 9e646262f..16a5aff49 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,6 @@ pipeline: matrix: TEST: - test - - dotty-compiler-bootstrapped/test + - ;publishLocal;dotty-bootstrapped/test - partest-only-no-bootstrap --show-diff --verbose - partest-only --show-diff --verbose -- cgit v1.2.3