vokal / Vokoder

A lightweight core data stack with efficient importing and exporting on the side.
MIT License
16 stars 14 forks source link

Improve Travis build matrix, consolidate Fastfile #98

Closed brockboland closed 8 years ago

brockboland commented 8 years ago

Right now, Travis is configured to cd into three different project directories and run the tests in each. Each of those project directories has their own Fastfile that's basically the same, with different project/workspace and scheme names.

I'd like to see if we can put a single Fastfile at the repo root that works based on environment variables, and use the build matrix to specify the various workspaces and schemes that should be run. This could also be used to run the same tests on different SDK versions (#97).

http://stackoverflow.com/questions/22397300/travis-and-matrix-combinations