Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous integration #115

Closed
groue opened this issue Sep 12, 2016 · 3 comments
Closed

Continuous integration #115

groue opened this issue Sep 12, 2016 · 3 comments
Labels
enhancement help wanted Extra attention is needed

Comments

@groue
Copy link
Owner

groue commented Sep 12, 2016

Travis would be of great help, considering GRDB aims at supporting:

  • three operating systems: macOS / iOS / watchOS
  • three variants of SQLite : stock / SQLCipher / custom sqlite build (with pre-update hook)
  • three methods of integration: manual / Cocoapods / Carthage
  • two Swift language versions: Swift 2.3 and Swift 3

Any help would be greatly appreciated in this rigorous task

@skreutzberger
Copy link

Have a look at "Just" - they are doing it very well including Cocoapods and Carthage.

The important files are:
https://github.com/JustHTTP/Just/blob/master/.travis.yml
https://github.com/JustHTTP/Just/blob/master/Makefile

@groue
Copy link
Owner Author

groue commented Sep 12, 2016

That's a very good hint, thanks @skreutzberger!

@groue
Copy link
Owner Author

groue commented May 22, 2017

Superseded by #213

@groue groue closed this as completed May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants