mirror of
https://github.com/recp/cglm.git
synced 2026-01-06 07:04:07 +00:00
deps: add cmocka as submodule for unit testing
This commit is contained in:
@@ -40,6 +40,7 @@ before_install:
|
||||
- pip install --user cpp-coveralls
|
||||
|
||||
script:
|
||||
- sh ./build-deps.sh
|
||||
- sh ./autogen.sh
|
||||
- if [[ "$CC" == "gcc" && "$CODE_COVERAGE" == "ON" ]]; then
|
||||
./configure CFLAGS="-ftest-coverage -fprofile-arcs";
|
||||
|
||||
Reference in New Issue
Block a user