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 --- project/Build.scala | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index a24fc5371..778492624 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -140,6 +140,12 @@ object DottyBuild extends Build { ). settings(publishing) + // Meta project aggregating all bootstrapped projects + lazy val `dotty-bootstrapped` = project. + aggregate(`dotty-library-bootstrapped`, `dotty-compiler-bootstrapped`). + settings( + publishArtifact := false + ) lazy val `dotty-interfaces` = project.in(file("interfaces")). settings(sourceStructure). -- cgit v1.2.3