gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 51/208: travis: do the distcheck test build out-of-


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 51/208: travis: do the distcheck test build out-of-tree as well
Date: Wed, 09 Aug 2017 17:34:08 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 0feb762fc076d46d386793a0f7280373d706bbf1
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jun 20 01:02:06 2017 +0200

    travis: do the distcheck test build out-of-tree as well
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 080f5fc13..a7f5fd074 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,9 @@ script:
             ./configure
             make
             ./maketgz 99.98.97
-             tar xvf curl-99.98.97.tar.gz && cd curl-99.98.97 && ./configure 
&& make && make TFLAGS=1 test
+            (tar xf curl-99.98.97.tar.gz && cd curl-99.98.97 && ./configure && 
make && make TFLAGS=1 test)
+            rm -rf curl-99.98.97
+            (tar xf curl-99.98.97.tar.gz && mkdir build && cd build && 
../curl-99.98.97/configure && make && make TFLAGS=1 test)
         fi
 
 notifications:

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



reply via email to

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