Skip to content

Commit baca9fc

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#192 from masters3d/patch-1
added xswift groups of projects
2 parents bb4b2b3 + d75436e commit baca9fc

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

projects.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,84 @@
594594
}
595595
]
596596
},
597+
{
598+
"repository": "Git",
599+
"url": "https://github.com/exercism/swift.git",
600+
"path": "exercism-swift",
601+
"branch": "master",
602+
"maintainer": "[email protected]",
603+
"compatibility": [
604+
{
605+
"version": "4.2",
606+
"commit": "38a17de8717a2282fd4ff62cd1ce732b926bf4ab"
607+
}
608+
],
609+
"platforms": [
610+
"Darwin",
611+
"Linux"
612+
],
613+
"actions": [
614+
{
615+
"action": "BuildSwiftPackage",
616+
"configuration": "release",
617+
"xfail": {
618+
"compatibility": {
619+
"4.2": {
620+
"branch": {
621+
"master": "https://bugs.swift.org/browse/SR-8307"
622+
}
623+
}
624+
}
625+
}
626+
},
627+
{
628+
"action": "TestSwiftPackage"
629+
}
630+
]
631+
},
632+
{
633+
"repository": "Git",
634+
"url": "https://github.com/masters3d/xswift.git",
635+
"path": "exercism-xswift",
636+
"branch": "do-not-delete-pre-4.2-compatibility",
637+
"maintainer": "[email protected]",
638+
"compatibility": [
639+
{
640+
"version": "4.0",
641+
"commit": "7614aae4a87d92e2343473c619a805ace98a474e"
642+
},
643+
{
644+
"version": "4.1",
645+
"commit": "7614aae4a87d92e2343473c619a805ace98a474e"
646+
}
647+
],
648+
"platforms": [
649+
"Darwin"
650+
],
651+
"actions": [
652+
{
653+
"action": "BuildXcodeProjectTarget",
654+
"project": "xswift.xcodeproj",
655+
"target": "xswift",
656+
"destination": "generic/platform=macOS",
657+
"configuration": "Release",
658+
"xfail": {
659+
"compatibility": {
660+
"4.0": {
661+
"branch": {
662+
"master": "https://bugs.swift.org/browse/SR-8307"
663+
}
664+
},
665+
"4.1": {
666+
"branch": {
667+
"master": "https://bugs.swift.org/browse/SR-8307"
668+
}
669+
}
670+
}
671+
}
672+
}
673+
]
674+
},
597675
{
598676
"repository": "Git",
599677
"url": "https://github.com/groue/GRDB.swift.git",

0 commit comments

Comments
 (0)