mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 22:18:00 -05:00
travis: export the CC/CXX variables when set
Suggested-by: Peter Wu Fixes #4637 Closes #4640
This commit is contained in:
parent
793e377675
commit
113db127ee
@ -439,8 +439,8 @@ matrix:
|
|||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- eval "${OVERRIDE_CC}"
|
- export "${OVERRIDE_CC}"
|
||||||
- eval "${OVERRIDE_CXX}"
|
- export "${OVERRIDE_CXX}"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user