Skip to content

Commit f6cff7a

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#223 from apple/add-fluent
Add Fluent project
2 parents a49ae00 + ae01b83 commit f6cff7a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

projects.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,37 @@
697697
}
698698
]
699699
},
700+
{
701+
"repository": "Git",
702+
"url": "https://github.com/vapor/fluent",
703+
"path": "fluent",
704+
"branch": "master",
705+
"maintainer": "[email protected]",
706+
"compatibility": [
707+
{
708+
"version": "4.2",
709+
"commit": "270b6fa372f03809b9795e8f8b9d1c31267a0ff3"
710+
}
711+
],
712+
"platforms": [
713+
"Darwin"
714+
],
715+
"actions": [
716+
{
717+
"action": "BuildSwiftPackage",
718+
"configuration": "release",
719+
"xfail": {
720+
"compatibility": {
721+
"4.2": {
722+
"branch": {
723+
"master": "https://bugs.swift.org/browse/SR-8332"
724+
}
725+
}
726+
}
727+
}
728+
}
729+
]
730+
},
700731
{
701732
"repository": "Git",
702733
"url": "https://github.com/groue/GRDB.swift.git",

0 commit comments

Comments
 (0)