mirror of
https://github.com/recp/cglm.git
synced 2026-01-04 06:26:45 +00:00
remove cmocka from submodules and update docs
This commit is contained in:
@@ -37,7 +37,6 @@ branches:
|
||||
- master
|
||||
|
||||
script:
|
||||
- sh ./build-deps.sh
|
||||
- sh ./autogen.sh
|
||||
- if [[ "$CC" == "gcc" && "$CODE_COVERAGE" == "ON" ]]; then
|
||||
./configure CFLAGS="-ftest-coverage -fprofile-arcs";
|
||||
@@ -49,7 +48,7 @@ script:
|
||||
|
||||
after_success:
|
||||
- if [[ "$CC" == "gcc" && "$CODE_COVERAGE" == "ON" ]]; then
|
||||
pip install --user cpp-coveralls &&
|
||||
pip install --user cpp-coveralls &&
|
||||
coveralls
|
||||
--build-root .
|
||||
--exclude lib
|
||||
@@ -58,5 +57,5 @@ after_success:
|
||||
--verbose;
|
||||
fi
|
||||
|
||||
after_failure:
|
||||
- cat ./test-suite.log
|
||||
# after_failure:
|
||||
# - cat ./test-suite.log
|
||||
|
||||
Reference in New Issue
Block a user