gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 56/151: travis: export the CC/CXX variables when set


From: gnunet
Subject: [gnurl] 56/151: travis: export the CC/CXX variables when set
Date: Fri, 20 Dec 2019 14:26:05 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 113db127ee2b2f874dfcce406103ffe666e11953
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Nov 26 23:16:49 2019 +0100

    travis: export the CC/CXX variables when set
    
    Suggested-by: Peter Wu
    Fixes #4637
    Closes #4640
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 73ac0fb01..cdfb6d6d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]