Skip to content

Commit 60256f5

Browse files
committed
Add scodec to the community build
1 parent 6089e1d commit 60256f5

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@
7474
[submodule "community-build/community-projects/munit"]
7575
path = community-build/community-projects/munit
7676
url = https://github.com/dotty-staging/munit.git
77+
[submodule "community-build/community-projects/scodec"]
78+
path = community-build/community-projects/scodec
79+
url = https://github.com/scodec/scodec.git
Submodule scodec added at 83acb60

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@ object projects:
281281
sbtUpdateCommand = "munitJVM/update",
282282
)
283283

284+
lazy val scodec = SbtCommunityProject(
285+
project = "scodec",
286+
sbtTestCommand = "unitTests/test",
287+
sbtUpdateCommand = ";coreJVM/update; unitTests/update",
288+
)
289+
284290
end projects
285291

286292
@Category(Array(classOf[TestCategory]))
@@ -367,6 +373,7 @@ class CommunityBuildTest:
367373
@Test def sconfig = projects.sconfig.run()
368374
@Test def zio = projects.zio.run()
369375
@Test def munit = projects.munit.run()
376+
@Test def scodec = projects.scodec.run()
370377
end CommunityBuildTest
371378

372379
class TestCategory

0 commit comments

Comments
 (0)