Skip to content

Commit 9291836

Browse files
committed
Add endpoints to the community build
1 parent e85958e commit 9291836

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
@@ -91,3 +91,6 @@
9191
[submodule "community-build/community-projects/geny"]
9292
path = community-build/community-projects/geny
9393
url = https://github.com/dotty-staging/geny.git
94+
[submodule "community-build/community-projects/endpoints"]
95+
path = community-build/community-projects/endpoints
96+
url = [email protected]: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
@@ -278,6 +278,11 @@ object projects:
278278
sbtTestCommand = "test",
279279
)
280280

281+
lazy val endpoints = SbtCommunityProject(
282+
project = "endpoints",
283+
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"
284+
)
285+
281286
end projects
282287

283288
@Category(Array(classOf[TestCategory]))
@@ -369,6 +374,7 @@ class CommunityBuildTest:
369374
@Test def scodec = projects.scodec.run()
370375
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
371376
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
377+
@Test def endpoints = projects.endpoints.run()
372378
end CommunityBuildTest
373379

374380
class TestCategory

0 commit comments

Comments
 (0)