mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -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
|
||||
|
||||
before_install:
|
||||
- eval "${OVERRIDE_CC}"
|
||||
- eval "${OVERRIDE_CXX}"
|
||||
- export "${OVERRIDE_CC}"
|
||||
- export "${OVERRIDE_CXX}"
|
||||
|
||||
install:
|
||||
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
|
||||
|
Loading…
Reference in New Issue
Block a user