mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +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
|
- pip install --user cpp-coveralls
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sh ./build-deps.sh
|
|
||||||
- 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";
|
||||||
|
|||||||
Reference in New Issue
Block a user