Skip to content

Commit 2046314

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#418 from compnerd/nimble
Add Nimble to the test suite
2 parents efb3eb7 + 976ba43 commit 2046314

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

projects.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,5 +3622,30 @@
36223622
}
36233623
}
36243624
]
3625+
},
3626+
{
3627+
"repository": "Git",
3628+
"url": "https://github.com/Quick/Nimble",
3629+
"path": "Nimble",
3630+
"branch": "master",
3631+
"maintainer": "[email protected]",
3632+
"compatibility": [
3633+
{
3634+
"version": "5.1",
3635+
"commit": "eea5843b34beb559dd51cf004953f75028e47add"
3636+
}
3637+
],
3638+
"platforms": [
3639+
"Darwin"
3640+
],
3641+
"actions": [
3642+
{
3643+
"action": "BuildSwiftPackage",
3644+
"configuration": "release"
3645+
},
3646+
{
3647+
"action": "TestSwiftPackage"
3648+
}
3649+
]
36253650
}
36263651
]

0 commit comments

Comments
 (0)