Skip to content

Commit 947316d

Browse files
Merge pull request #7855 from ekrich/topic/comm-build-sconfig
Add ekrich/sconfig to community-build
2 parents caa6c84 + 426fcf7 commit 947316d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@
6868
[submodule "community-build/community-projects/upickle"]
6969
path = community-build/community-projects/upickle
7070
url = https://github.com/dotty-staging/upickle.git
71+
[submodule "community-build/community-projects/sconfig"]
72+
path = community-build/community-projects/sconfig
73+
url = https://github.com/ekrich/sconfig.git
Submodule sconfig added at a1579a9

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

+7
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ object projects
262262
// sbtTestCommand = "compile",
263263
// sbtUpdateCommand = "update"
264264
// )
265+
266+
lazy val sconfig = SbtCommunityProject(
267+
project = "sconfig",
268+
sbtTestCommand = "sconfigJVM/test",
269+
sbtUpdateCommand = "sconfigJVM/update"
270+
)
265271
end projects
266272

267273
@Category(Array(classOf[TestCategory]))
@@ -335,6 +341,7 @@ class CommunityBuildTest {
335341
@Test def xmlInterpolator = projects.xmlInterpolator.run()
336342
@Test def semanticdb = projects.semanticdb.run()
337343
@Test def effpi = projects.effpi.run()
344+
@Test def sconfig = projects.sconfig.run()
338345
}
339346

340347
class TestCategory

0 commit comments

Comments
 (0)