Skip to content

Commit 5f2f66a

Browse files
Merge pull request #8804 from rssh/community-build-cps-async
add dotty-cps-async to community build
2 parents de9624e + 0deeed0 commit 5f2f66a

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@
8585
[submodule "community-build/community-projects/scala-parser-combinators"]
8686
path = community-build/community-projects/scala-parser-combinators
8787
url = https://github.com/dotty-staging/scala-parser-combinators.git
88+
[submodule "community-build/community-projects/dotty-cps-async"]
89+
path = community-build/community-projects/dotty-cps-async
90+
url = https://github.com/dotty-staging/dotty-cps-async.git

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ object projects:
267267
sbtTestCommand = "parserCombinators/test",
268268
)
269269

270+
lazy val dottyCpsAsync = SbtCommunityProject(
271+
project = "dotty-cps-async",
272+
sbtTestCommand = "test",
273+
)
274+
270275
end projects
271276

272277
@Category(Array(classOf[TestCategory]))
@@ -356,6 +361,7 @@ class CommunityBuildTest:
356361
@Test def scodecBits = projects.scodecBits.run()
357362
@Test def scodec = projects.scodec.run()
358363
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
364+
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
359365
end CommunityBuildTest
360366

361367
class TestCategory

0 commit comments

Comments
 (0)