Skip to content

Commit f4b1ebe

Browse files
committed
Add endpoints to the community build
1 parent 587945b commit f4b1ebe

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@
9494
[submodule "community-build/community-projects/scalaz"]
9595
path = community-build/community-projects/scalaz
9696
url = https://github.com/dotty-staging/scalaz.git
97+
[submodule "community-build/community-projects/endpoints"]
98+
path = community-build/community-projects/endpoints
99+
url = https://github.com/dotty-staging/endpoints.git
Submodule endpoints added at e52dbb1

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ object projects:
284284
dependencies = List(scalacheck)
285285
)
286286

287+
lazy val endpoints = SbtCommunityProject(
288+
project = "endpoints",
289+
sbtTestCommand = ";json-schemaJVM/compile;algebraJVM/compile;openapiJVM/compile;http4s-server/compile;http4s-client/compile;play-server/compile;play-client/compile;akka-http-server/compile;akka-http-client/compile"
290+
)
291+
287292
end projects
288293

289294
@Category(Array(classOf[TestCategory]))
@@ -376,6 +381,7 @@ class CommunityBuildTest:
376381
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
377382
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
378383
@Test def scalaz = projects.scalaz.run()
384+
@Test def endpoints = projects.endpoints.run()
379385
end CommunityBuildTest
380386

381387
class TestCategory

0 commit comments

Comments
 (0)