Skip to content

Commit

Permalink
Merge pull request #13782 from etorreborre/master
Browse files Browse the repository at this point in the history
Added specs2-core to the community build
  • Loading branch information
anatoliykmetyuk committed Nov 9, 2021
2 parents 4ad416f + e939c92 commit 5ce25fe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,6 @@
[submodule "community-build/community-projects/scala-java8-compat"]
path = community-build/community-projects/scala-java8-compat
url = https://github.com/dotty-staging/scala-java8-compat.git
[submodule "community-build/community-projects/specs2"]
path = community-build/community-projects/specs2
url = https://github.com/dotty-staging/specs2.git
1 change: 1 addition & 0 deletions community-build/community-projects/specs2
Submodule specs2 added at 0652da
8 changes: 8 additions & 0 deletions community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,13 @@ object projects:
dependencies = List(scalaJava8Compat, scalatest)
)

lazy val specs2 = SbtCommunityProject(
project = "specs2",
sbtTestCommand = "core/testOnly -- exclude ci",
sbtPublishCommand = "core/publishLocal",
dependencies = List()
)

end projects

def allProjects = List(
Expand Down Expand Up @@ -809,6 +816,7 @@ def allProjects = List(
projects.fs2,
projects.libretto,
projects.jacksonModuleScala,
projects.specs2,
)

lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class CommunityBuildTestC:
@Test def sconfig = projects.sconfig.run()
@Test def shapeless = projects.shapeless.run()
@Test def sourcecode = projects.sourcecode.run()
@Test def specs2 = projects.specs2.run()
@Test def stdLib213 = projects.stdLib213.run()
@Test def ujson = projects.ujson.run()
@Test def upickle = projects.upickle.run()
Expand Down

0 comments on commit 5ce25fe

Please sign in to comment.