Skip to content

Add Verify to Community Build #10543

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 1 commit into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -117,3 +117,6 @@
[submodule "community-build/community-projects/scala-collection-compat"]
path = community-build/community-projects/scala-collection-compat
url = https://github.com/dotty-staging/scala-collection-compat.git
[submodule "community-build/community-projects/verify"]
path = community-build/community-projects/verify
url = https://github.com/dotty-staging/nanotest-strawman.git
1 change: 1 addition & 0 deletions community-build/community-projects/verify
Submodule verify added at c6646b
5 changes: 5 additions & 0 deletions community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,9 @@ object projects:
sbtTestCommand = "compat30/test",
)

lazy val verify = SbtCommunityProject(
project = "verify",
sbtTestCommand = "verifyJVM/test",
)

end projects
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
@Test def sconfig = projects.sconfig.run()
@Test def shapeless = projects.shapeless.run()
@Test def stdLib213 = projects.stdLib213.run()
@Test def verify = projects.verify.run()
@Test def xmlInterpolator = projects.xmlInterpolator.run()
@Test def zio = projects.zio.run()
end CommunityBuildTestB
Expand Down