File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ pipeline:
1010matrix :
1111 TEST :
1212 - test
13- - ;publishLocal;dotty-compiler- bootstrapped/test
13+ - ;publishLocal;dotty-bootstrapped/test
1414 - partest-only-no-bootstrap --show-diff --verbose
1515 - partest-only --show-diff --verbose
Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ object DottyBuild extends Build {
140140 ).
141141 settings(publishing)
142142
143+ // Meta project aggregating all bootstrapped projects
144+ lazy val `dotty-bootstrapped` = project.
145+ aggregate(`dotty-library-bootstrapped`, `dotty-compiler-bootstrapped`).
146+ settings(
147+ publishArtifact := false
148+ )
143149
144150 lazy val `dotty-interfaces` = project.in(file(" interfaces" )).
145151 settings(sourceStructure).
You can’t perform that action at this time.
0 commit comments