cezheng / Fuzi

A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
MIT License
1.07k stars 156 forks source link

Support for Linux and GitHub Actions #117

Open nighthawk opened 3 years ago

nighthawk commented 3 years ago

Kudos to https://github.com/SwiftDocOrg/Markup as I've copied much of their setup.

It works well in my testing, though I had to disable a part of Document.swift when running on Linux as that lead to compile failures. I'm not sure what the impact of that is, though the tests all succeed.

Closes #46 and #113

nighthawk commented 3 years ago

Just noticed that #115 is exactly about the part that I disabled on Linux.