mirror of
https://github.com/curl/curl.git
synced 2026-04-20 16:41:14 +03: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue