mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Work on better CI integration.
This commit is contained in:
parent
61fd23d9cd
commit
f0b75701a8
@ -51,7 +51,7 @@ install:
|
||||
brew upgrade cmake
|
||||
fi
|
||||
- |
|
||||
if [ "${GHC_COVERALLS}" = "1" ]; then
|
||||
if [ "${GHC_COVERAGE}" = "1" ]; then
|
||||
pip install --user cpp-coveralls
|
||||
fi
|
||||
- $CC --version
|
||||
@ -70,5 +70,8 @@ script:
|
||||
- ctest -C ${CONFIG} -E Windows
|
||||
|
||||
after_success:
|
||||
- coveralls --root . -E ".*CMakeFiles.*"
|
||||
- |
|
||||
if [ "${GHC_COVERAGE}" = "1" ]; then
|
||||
coveralls --root . -E ".*CMakeFiles.*"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user