mirror of
https://github.com/recp/cglm.git
synced 2026-01-22 17:28:31 +00:00
ci: fix build script for travis ci
This commit is contained in:
@@ -40,7 +40,6 @@ 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