TedStudley / mc-mini

Simple Stokes+Advection/Diffusion solver.
0 stars 4 forks source link

Travis CI Doesn't Check Build Status for Most Compilers/Architectures #16

Closed TedStudley closed 8 years ago

TedStudley commented 8 years ago

It's possible to use TravisCI to check the build status for a number of different compilers and architectures by specifying a build matrix. We should figure out which architectures and compilers are important to test and add a proper build matrix to .travis.yml

TedStudley commented 8 years ago

The codebase seems to compile (with warnings) using g++-5. Compilation on g++-4.6 or clang completes without any errors.

Compiling the GTest suite seems to be broken on x86_64 OSX, with an error about 'Undefined symbols'.

TedStudley commented 8 years ago

Found a fix for the GTest suite on OSX, I'll patch it now.

TedStudley commented 8 years ago

Since Travis only has support for gcc and clang, and they're both in .travis.yml now, I think it's safe to close this issue.