Skip to content

Commit

Permalink
Merge pull request #13788 from armanbilge/topic/spire
Browse files Browse the repository at this point in the history
Add spire to community build
  • Loading branch information
prolativ committed Nov 18, 2021
2 parents 5f2e3b6 + 8b8778b commit e3586bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,6 @@
[submodule "community-build/community-projects/specs2"]
path = community-build/community-projects/specs2
url = https://github.com/dotty-staging/specs2.git
[submodule "community-build/community-projects/spire"]
path = community-build/community-projects/spire
url = https://github.com/dotty-staging/spire.git
1 change: 1 addition & 0 deletions community-build/community-projects/spire
Submodule spire added at c98b32
7 changes: 7 additions & 0 deletions community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,13 @@ object projects:
dependencies = List()
)

lazy val spire = SbtCommunityProject(
project = "spire",
sbtTestCommand = "test",
sbtPublishCommand = "publishLocal",
dependencies = List(cats, disciplineMunit)
)

end projects

def allProjects = List(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class CommunityBuildTestC:
@Test def scas = projects.scas.run()
@Test def sconfig = projects.sconfig.run()
@Test def shapeless = projects.shapeless.run()
@Test def spire = projects.spire.run()
@Test def sourcecode = projects.sourcecode.run()
@Test def specs2 = projects.specs2.run()
@Test def stdLib213 = projects.stdLib213.run()
Expand Down

0 comments on commit e3586bf

Please sign in to comment.