Skip to content

Commit 3657332

Browse files
Merge pull request #9070 from rjolly/master
Add ScAS to community build
2 parents c519915 + bca2b7b commit 3657332

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@
9797
[submodule "community-build/community-projects/endpoints"]
9898
path = community-build/community-projects/endpoints
9999
url = https://github.com/dotty-staging/endpoints.git
100+
[submodule "community-build/community-projects/scas"]
101+
path = community-build/community-projects/scas
102+
url = https://github.com/dotty-staging/scas.git
Submodule scas added at c58feff

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ object projects:
134134
dependencies = List(utest)
135135
)
136136

137+
lazy val scas = MillCommunityProject(
138+
project = "scas",
139+
baseCommand = "scas.application"
140+
)
141+
137142
lazy val intent = SbtCommunityProject(
138143
project = "intent",
139144
sbtTestCommand = "test",

0 commit comments

Comments
 (0)