Skip to content

Commit 8a512a3

Browse files
committed
NonEmpty passes on swift-5.0-branch too now
1 parent 79a4f44 commit 8a512a3

File tree

1 file changed

+5
-50
lines changed

1 file changed

+5
-50
lines changed

projects.json

Lines changed: 5 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,77 +1332,32 @@
13321332
"workspace": "NonEmpty.xcworkspace",
13331333
"scheme": "NonEmpty-Package",
13341334
"destination": "generic/platform=macOS",
1335-
"configuration": "Release",
1336-
"xfail": {
1337-
"compatibility": {
1338-
"4.1": {
1339-
"branch": {
1340-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9068"
1341-
}
1342-
}
1343-
}
1344-
}
1335+
"configuration": "Release"
13451336
},
13461337
{
13471338
"action": "BuildXcodeWorkspaceScheme",
13481339
"workspace": "NonEmpty.xcworkspace",
13491340
"scheme": "NonEmpty-Package",
13501341
"destination": "generic/platform=iOS",
1351-
"configuration": "Release",
1352-
"xfail": {
1353-
"compatibility": {
1354-
"4.1": {
1355-
"branch": {
1356-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9068"
1357-
}
1358-
}
1359-
}
1360-
}
1342+
"configuration": "Release"
13611343
},
13621344
{
13631345
"action": "BuildXcodeWorkspaceScheme",
13641346
"workspace": "NonEmpty.xcworkspace",
13651347
"scheme": "NonEmpty-Package",
13661348
"destination": "generic/platform=tvOS",
1367-
"configuration": "Release",
1368-
"xfail": {
1369-
"compatibility": {
1370-
"4.1": {
1371-
"branch": {
1372-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9068"
1373-
}
1374-
}
1375-
}
1376-
}
1349+
"configuration": "Release"
13771350
},
13781351
{
13791352
"action": "BuildXcodeWorkspaceScheme",
13801353
"workspace": "NonEmpty.xcworkspace",
13811354
"scheme": "NonEmpty-Package",
13821355
"destination": "generic/platform=watchOS",
1383-
"configuration": "Release",
1384-
"xfail": {
1385-
"compatibility": {
1386-
"4.1": {
1387-
"branch": {
1388-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9068"
1389-
}
1390-
}
1391-
}
1392-
}
1356+
"configuration": "Release"
13931357
},
13941358
{
13951359
"action": "BuildSwiftPackage",
1396-
"configuration": "release",
1397-
"xfail": {
1398-
"compatibility": {
1399-
"4.1": {
1400-
"branch": {
1401-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9068"
1402-
}
1403-
}
1404-
}
1405-
}
1360+
"configuration": "release"
14061361
},
14071362
{
14081363
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)