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