Work on better CI integration.

This commit is contained in:
Steffen Schuemann 2019-05-19 12:41:52 +02:00
parent 3dc4319e08
commit fdf5d37383

View File

@ -50,7 +50,10 @@ install:
brew update
brew upgrade cmake
fi
- pip install --user cpp-coveralls
- |
if [ "${GHC_COVERALLS}" = "1" ]; then
pip install --user cpp-coveralls
fi
- $CC --version
- $CXX --version
- cmake --version