Skip to content

Commit e3586bf

Browse files
authored
Merge pull request #13788 from armanbilge/topic/spire
Add spire to community build
2 parents 5f2e3b6 + 8b8778b commit e3586bf

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,6 @@
216216
[submodule "community-build/community-projects/specs2"]
217217
path = community-build/community-projects/specs2
218218
url = https://github.com/dotty-staging/specs2.git
219+
[submodule "community-build/community-projects/spire"]
220+
path = community-build/community-projects/spire
221+
url = https://github.com/dotty-staging/spire.git
Submodule spire added at c98b32c

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,13 @@ object projects:
738738
dependencies = List()
739739
)
740740

741+
lazy val spire = SbtCommunityProject(
742+
project = "spire",
743+
sbtTestCommand = "test",
744+
sbtPublishCommand = "publishLocal",
745+
dependencies = List(cats, disciplineMunit)
746+
)
747+
741748
end projects
742749

743750
def allProjects = List(

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class CommunityBuildTestC:
9090
@Test def scas = projects.scas.run()
9191
@Test def sconfig = projects.sconfig.run()
9292
@Test def shapeless = projects.shapeless.run()
93+
@Test def spire = projects.spire.run()
9394
@Test def sourcecode = projects.sourcecode.run()
9495
@Test def specs2 = projects.specs2.run()
9596
@Test def stdLib213 = projects.stdLib213.run()

0 commit comments

Comments
 (0)