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:
10
10
matrix :
11
11
TEST :
12
12
- test
13
- - ;publishLocal;dotty-compiler- bootstrapped/test
13
+ - ;publishLocal;dotty-bootstrapped/test
14
14
- partest-only-no-bootstrap --show-diff --verbose
15
15
- partest-only --show-diff --verbose
Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ object DottyBuild extends Build {
140
140
).
141
141
settings(publishing)
142
142
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
+ )
143
149
144
150
lazy val `dotty-interfaces` = project.in(file(" interfaces" )).
145
151
settings(sourceStructure).
You can’t perform that action at this time.
0 commit comments