ARK-IoT / Ark-Cpp

Ark: Cpp || a C++ Ark Ecosystem Wrapper for Machines ||
5 stars 4 forks source link

Added OSX CI support via Travis #5

Closed ciband closed 6 years ago

ciband commented 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.