Skip to content

Add ZIO to Community Build #8249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@
[submodule "community-build/community-projects/sconfig"]
path = community-build/community-projects/sconfig
url = https://github.com/ekrich/sconfig.git
[submodule "community-build/community-projects/zio"]
path = community-build/community-projects/zio
url = https://github.com/zio/zio.git
1 change: 1 addition & 0 deletions community-build/community-projects/zio
Submodule zio added at bd7923
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ object projects
sbtTestCommand = "sconfigJVM/test",
sbtUpdateCommand = "sconfigJVM/update"
)

lazy val zio = SbtCommunityProject(
project = "zio"
sbtTestCommand = "testJVMDotty"
sbtUpdateCommand = "update"
)
end projects

@Category(Array(classOf[TestCategory]))
Expand Down Expand Up @@ -335,6 +341,7 @@ class CommunityBuildTest {
@Test def xmlInterpolator = projects.xmlInterpolator.run()
@Test def effpi = projects.effpi.run()
@Test def sconfig = projects.sconfig.run()
@Test def zio = projects.zio.run()
}

class TestCategory
Expand Down