mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 12:55:04 +00:00
Update .travis.yml
This commit is contained in:
@@ -39,7 +39,7 @@ branches:
|
||||
script:
|
||||
- sh ./autogen.sh
|
||||
- if [[ "$CC" == "gcc" && "$CODE_COVERAGE" == "ON" ]]; then
|
||||
./configure CFLAGS="-ftest-coverage -fprofile-arcs";
|
||||
./configure CFLAGS="-ftest-coverage -fprofile-arcs -coverage";
|
||||
else
|
||||
./configure;
|
||||
fi
|
||||
@@ -55,6 +55,7 @@ after_success:
|
||||
--exclude test
|
||||
--gcov-options '\-lp'
|
||||
--verbose;
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
fi
|
||||
|
||||
# after_failure:
|
||||
|
||||
Reference in New Issue
Block a user