Closed ciband closed 6 years ago
Added OSX CI support via Travis. Changed Travis CI compilers from Clang to GCC 7 for both OSX and Linux. Long term goal would be to support both.
To build on local Mac client, ensure cmake > 3.6 (or whatever the CMakeLists.txt says) and gcc 7 are installed.
From a terminal to build run the following (I think): cmake . cmake --build .
I do not have a local Mac to test on so the local build feature has been untested.
Travis CI builds pass.
Added OSX CI support via Travis. Changed Travis CI compilers from Clang to GCC 7 for both OSX and Linux. Long term goal would be to support both.
To build on local Mac client, ensure cmake > 3.6 (or whatever the CMakeLists.txt says) and gcc 7 are installed.
From a terminal to build run the following (I think): cmake . cmake --build .
I do not have a local Mac to test on so the local build feature has been untested.
Travis CI builds pass.