Skip to content

Commit 10526a7

Browse files
Merge pull request #6736 from dotty-staging/add-dotty-xml-interpolator-to-community-build
Add lampepfl/xml-interpolator to the community build
2 parents 866ac14 + 01faffc commit 10526a7

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
@@ -44,3 +44,6 @@
4444
path = community-build/community-projects/shapeless
4545
url = https://github.com/milessabin/shapeless
4646
branch = shapeless-3
47+
[submodule "community-build/community-projects/xml-interpolator"]
48+
path = community-build/community-projects/xml-interpolator
49+
url = https://github.com/lampepfl/xml-interpolator.git

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ class CommunityBuildTest {
177177
updateCommand = "update"
178178
)
179179

180+
@Test def xmlInterpolator = test(
181+
project = "xml-interpolator",
182+
testCommand = "test",
183+
updateCommand = "update"
184+
)
185+
180186
// TODO @oderky? It got broken by #5458
181187
// @Test def pdbp = test(
182188
// project = "pdbp",

0 commit comments

Comments
 (0)