Skip to content

Commit a5a7faa

Browse files
committed
add zio
1 parent abaf47e commit a5a7faa

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/zio/zio.git
Submodule zio added at bd7923c

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ object projects
262262
sbtTestCommand = "sconfigJVM/test",
263263
sbtUpdateCommand = "sconfigJVM/update"
264264
)
265+
266+
lazy val zio = SbtCommunityProject(
267+
project = "zio"
268+
sbtTestCommand = "testJVMDotty"
269+
sbtUpdateCommand = "update"
270+
)
265271
end projects
266272

267273
@Category(Array(classOf[TestCategory]))
@@ -335,6 +341,7 @@ class CommunityBuildTest {
335341
@Test def xmlInterpolator = projects.xmlInterpolator.run()
336342
@Test def effpi = projects.effpi.run()
337343
@Test def sconfig = projects.sconfig.run()
344+
@Test def zio = projects.zio.run()
338345
}
339346

340347
class TestCategory

0 commit comments

Comments
 (0)