Skip to content

Commit 150f37d

Browse files
authored
Merge pull request #509 from lorentey/add-collections-package
Add swift-collections and swift-collections-benchmark
2 parents 0e25af0 + e581c6d commit 150f37d

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

projects.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4293,5 +4293,59 @@
42934293
"action": "TestSwiftPackage"
42944294
}
42954295
]
4296+
},
4297+
{
4298+
"repository": "Git",
4299+
"url": "https://github.com/apple/swift-collections",
4300+
"path": "swift-collections",
4301+
"branch": "main",
4302+
"maintainer": "[email protected]",
4303+
"compatibility": [
4304+
{
4305+
"version": "5.3",
4306+
"commit": "2d719d75a2065f213e58a5164384a3d2fcf9b59a"
4307+
}
4308+
],
4309+
"platforms": [
4310+
"Darwin",
4311+
"Linux"
4312+
],
4313+
"actions": [
4314+
{
4315+
"action": "BuildSwiftPackage",
4316+
"configuration": "release",
4317+
"tags": "swiftpm"
4318+
},
4319+
{
4320+
"action": "TestSwiftPackage"
4321+
}
4322+
]
4323+
},
4324+
{
4325+
"repository": "Git",
4326+
"url": "https://github.com/apple/swift-collections-benchmark",
4327+
"path": "swift-collections-benchmark",
4328+
"branch": "main",
4329+
"maintainer": "[email protected]",
4330+
"compatibility": [
4331+
{
4332+
"version": "5.3",
4333+
"commit": "49297647d1c0855eb33ec18cd6ee1181727c159b"
4334+
}
4335+
],
4336+
"platforms": [
4337+
"Darwin",
4338+
"Linux"
4339+
],
4340+
"actions": [
4341+
{
4342+
"action": "BuildSwiftPackage",
4343+
"configuration": "release",
4344+
"tags": "swiftpm"
4345+
},
4346+
{
4347+
"action": "TestSwiftPackage"
4348+
}
4349+
]
42964350
}
42974351
]

0 commit comments

Comments
 (0)