setting cmake compiler

This commit is contained in:
Michael Tryby
2019-02-28 16:03:55 -05:00
parent dbc127b47e
commit 37be05f881

View File

@@ -33,7 +33,10 @@ install:
before_script:
- mkdir -p $BUILD_HOME
- cd $BUILD_HOME
- cmake -DBUILD_TESTS=ON -DBUILD_COVERAGE=ON ..
- cmake -DCMAKE_C_COMPILER=${CC}
-DCMAKE_CXX_COMPILER=${CXX}
-DBUILD_TESTS=ON
-DBUILD_COVERAGE=ON ..
script:
- cmake --build .