JohnSundell / SwiftPlate

Easily generate cross platform Swift framework projects from the command line
MIT License
1.77k stars 87 forks source link

Add CI support #48

Open evenbekkedal opened 7 years ago

evenbekkedal commented 7 years ago

Could be nice to have setup for CI, i.e. generated .yml etc. Maybe only Travis would be a good start. Keep up the good work 👍

JohnSundell commented 7 years ago

Great idea! 👍 Since (AFAIK) the popular CI services way of config don't collide in any way, so we could always start with Travis, then keep adding support for Circle, etc. The user can simply choose to delete the config files that are not needed.