Bersaelor / KDTree

Swift implementation of a k-dimensional binary space partitioning tree.
MIT License
153 stars 26 forks source link

Add github workflow #60

Closed tatsuya-ogawa closed 1 year ago

tatsuya-ogawa commented 1 year ago

Added github actions instead of travis. And update IPHONEOS_DEPLOYMENT_TARGET to latest iphone version.

example result is following https://github.com/tatsuya-ogawa/KDTree/actions/runs/4432362025

Bersaelor commented 1 year ago

This is really amazing, thank you @tatsuya-ogawa !

Our travis.ci test script used to also run the tests twice, once on linux and once on macos. The KDTree could be useful for people using it in Server-side-swift, I built a demo API that loads all the known stars in the sky. Sadly IBM bluemix is no more, so the live-cloud example isn't running anymore. So, the issues I often had, was that I add some functionality that works in macos/ios but breaks something on server-side swift (linux) and wise versa.

This is a great PR!