Skip to content

Commit 6a949f2

Browse files
Merge pull request #8249 from adamgfraser/zio
Add ZIO to Community Build
2 parents 50ee303 + 00326fd commit 6a949f2

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@
6868
[submodule "community-build/community-projects/sconfig"]
6969
path = community-build/community-projects/sconfig
7070
url = https://github.com/ekrich/sconfig.git
71+
[submodule "community-build/community-projects/zio"]
72+
path = community-build/community-projects/zio
73+
url = https://github.com/dotty-staging/zio.git
Submodule zio added at 7bbe95e

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ object projects:
268268
sbtTestCommand = "sconfigJVM/test",
269269
sbtUpdateCommand = "sconfigJVM/update"
270270
)
271+
272+
lazy val zio = SbtCommunityProject(
273+
project = "zio",
274+
sbtTestCommand = "testJVMDotty",
275+
sbtUpdateCommand = "update"
276+
)
271277
end projects
272278

273279
@Category(Array(classOf[TestCategory]))
@@ -341,6 +347,7 @@ class CommunityBuildTest:
341347
@Test def xmlInterpolator = projects.xmlInterpolator.run()
342348
@Test def effpi = projects.effpi.run()
343349
@Test def sconfig = projects.sconfig.run()
350+
@Test def zio = projects.zio.run()
344351
end CommunityBuildTest
345352

346353
class TestCategory

0 commit comments

Comments
 (0)