Skip to content

Commit 624d629

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#225 from apple/add-evergreen
Add Evergreen project
2 parents baca9fc + 062d9a1 commit 624d629

File tree

1 file changed

+38
-13
lines changed

1 file changed

+38
-13
lines changed

Diff for: projects.json

+38-13
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,31 @@
594594
}
595595
]
596596
},
597+
{
598+
"repository": "Git",
599+
"url": "https://github.com/brentsimmons/Evergreen.git",
600+
"path": "Evergreen",
601+
"branch": "master",
602+
"maintainer": "[email protected]",
603+
"compatibility": [
604+
{
605+
"version": "4.2",
606+
"commit": "ce0d2450b83ec8c5dee6bb9c612b3eb06ba39c47"
607+
}
608+
],
609+
"platforms": [
610+
"Darwin"
611+
],
612+
"actions": [
613+
{
614+
"action": "BuildXcodeWorkspaceScheme",
615+
"workspace": "Evergreen.xcworkspace",
616+
"scheme": "Evergreen",
617+
"destination": "generic/platform=macOS",
618+
"configuration": "Release"
619+
}
620+
]
621+
},
597622
{
598623
"repository": "Git",
599624
"url": "https://github.com/exercism/swift.git",
@@ -656,22 +681,22 @@
656681
"destination": "generic/platform=macOS",
657682
"configuration": "Release",
658683
"xfail": {
659-
"compatibility": {
660-
"4.0": {
661-
"branch": {
662-
"master": "https://bugs.swift.org/browse/SR-8307"
663-
}
664-
},
665-
"4.1": {
666-
"branch": {
684+
"compatibility": {
685+
"4.0": {
686+
"branch": {
687+
"master": "https://bugs.swift.org/browse/SR-8307"
688+
}
689+
},
690+
"4.1": {
691+
"branch": {
667692
"master": "https://bugs.swift.org/browse/SR-8307"
668-
}
669-
}
670-
}
671-
}
693+
}
694+
}
695+
}
696+
}
672697
}
673698
]
674-
},
699+
},
675700
{
676701
"repository": "Git",
677702
"url": "https://github.com/groue/GRDB.swift.git",

0 commit comments

Comments
 (0)