attaswift / BTree

Fast sorted collections for Swift using in-memory B-trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a step to .travis.yml to verify Swift Package Manager builds

lorentey opened this issue · comments

The build server doesn't currently check if SPM can build BTree, and this leads to embarrassing bugs like issue #23.

I also included smoke tests for the iOS, tvOS and watchOS targets.