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).
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 ownFastfile
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