Skip to content

Commit bef16e4

Browse files
authored
Merge pull request #127 from rudkx/xfail-object-mapper
XFAIL GRDB and ObjectMapper
2 parents 62600c3 + 478ea6b commit bef16e4

File tree

1 file changed

+59
-5
lines changed

1 file changed

+59
-5
lines changed

projects.json

Lines changed: 59 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,21 @@
502502
"actions": [
503503
{
504504
"action": "BuildSwiftPackage",
505-
"configuration": "release"
505+
"configuration": "release",
506+
"xfail": {
507+
"compatibility": {
508+
"4.0": {
509+
"branch": {
510+
"master": "https://bugs.swift.org/browse/SR-6907"
511+
}
512+
},
513+
"3.1": {
514+
"branch": {
515+
"master": "https://bugs.swift.org/browse/SR-6907"
516+
}
517+
}
518+
}
519+
}
506520
},
507521
{
508522
"action": "TestSwiftPackage"
@@ -1012,28 +1026,68 @@
10121026
"workspace": "ObjectMapper.xcworkspace",
10131027
"scheme": "ObjectMapper-iOS",
10141028
"destination": "generic/platform=iOS",
1015-
"configuration": "Release"
1029+
"configuration": "Release",
1030+
"xfail": {
1031+
"compatibility": {
1032+
"3.0": {
1033+
"branch": {
1034+
"master": "https://bugs.swift.org/browse/SR-6690",
1035+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
1036+
}
1037+
}
1038+
}
1039+
}
10161040
},
10171041
{
10181042
"action": "BuildXcodeWorkspaceScheme",
10191043
"workspace": "ObjectMapper.xcworkspace",
10201044
"scheme": "ObjectMapper-Mac",
10211045
"destination": "generic/platform=macOS",
1022-
"configuration": "Release"
1046+
"configuration": "Release",
1047+
"xfail": {
1048+
"compatibility": {
1049+
"3.0": {
1050+
"branch": {
1051+
"master": "https://bugs.swift.org/browse/SR-6690",
1052+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
1053+
}
1054+
}
1055+
}
1056+
}
10231057
},
10241058
{
10251059
"action": "BuildXcodeWorkspaceScheme",
10261060
"workspace": "ObjectMapper.xcworkspace",
10271061
"scheme": "ObjectMapper-tvOS",
10281062
"destination": "generic/platform=tvOS",
1029-
"configuration": "Release"
1063+
"configuration": "Release",
1064+
"xfail": {
1065+
"compatibility": {
1066+
"3.0": {
1067+
"branch": {
1068+
"master": "https://bugs.swift.org/browse/SR-6690",
1069+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
1070+
}
1071+
}
1072+
}
1073+
}
10301074
},
10311075
{
10321076
"action": "BuildXcodeWorkspaceScheme",
10331077
"workspace": "ObjectMapper.xcworkspace",
10341078
"scheme": "ObjectMapper-watchOS",
10351079
"destination": "generic/platform=watchOS",
1036-
"configuration": "Release"
1080+
"configuration": "Release",
1081+
"xfail": {
1082+
"compatibility": {
1083+
"3.0": {
1084+
"branch": {
1085+
"master": "https://bugs.swift.org/browse/SR-6690",
1086+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690"
1087+
}
1088+
}
1089+
}
1090+
}
10371091
}
10381092
]
10391093
},

0 commit comments

Comments
 (0)