File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 68
68
[submodule "community-build/community-projects/sconfig "]
69
69
path = community-build/community-projects/sconfig
70
70
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
Original file line number Diff line number Diff line change @@ -268,6 +268,12 @@ object projects:
268
268
sbtTestCommand = " sconfigJVM/test" ,
269
269
sbtUpdateCommand = " sconfigJVM/update"
270
270
)
271
+
272
+ lazy val zio = SbtCommunityProject (
273
+ project = " zio" ,
274
+ sbtTestCommand = " testJVMDotty" ,
275
+ sbtUpdateCommand = " update"
276
+ )
271
277
end projects
272
278
273
279
@ Category (Array (classOf [TestCategory ]))
@@ -341,6 +347,7 @@ class CommunityBuildTest:
341
347
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
342
348
@ Test def effpi = projects.effpi.run()
343
349
@ Test def sconfig = projects.sconfig.run()
350
+ @ Test def zio = projects.zio.run()
344
351
end CommunityBuildTest
345
352
346
353
class TestCategory
You can’t perform that action at this time.
0 commit comments