Skip to content

Commit 02517a0

Browse files
Add Geny to the community build
1 parent d1185c3 commit 02517a0

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@
8888
[submodule "community-build/community-projects/dotty-cps-async"]
8989
path = community-build/community-projects/dotty-cps-async
9090
url = https://github.com/dotty-staging/dotty-cps-async.git
91+
[submodule "community-build/community-projects/geny"]
92+
path = community-build/community-projects/geny
93+
url = https://github.com/dotty-staging/geny.git
Submodule geny added at ed88e36

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ object projects:
128128
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
129129
)
130130

131+
lazy val geny = MillCommunityProject(
132+
project = "geny",
133+
baseCommand = s"geny.jvm[$compilerVersion]",
134+
dependencies = List(utest)
135+
)
136+
131137
lazy val intent = SbtCommunityProject(
132138
project = "intent",
133139
sbtTestCommand = "test",
@@ -351,6 +357,7 @@ class CommunityBuildTest:
351357
@Test def oslib = projects.oslib.run()
352358
@Test def ujson = projects.ujson.run()
353359
// @Test def oslibWatch = projects.oslibWatch.run()
360+
@Test def geny = projects.geny.run()
354361
@Test def stdLib213 = projects.stdLib213.run()
355362
@Test def shapeless = projects.shapeless.run()
356363
@Test def xmlInterpolator = projects.xmlInterpolator.run()

0 commit comments

Comments
 (0)