gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 32/41: travis: test cmake build on tarball too


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 32/41: travis: test cmake build on tarball too
Date: Sun, 20 Aug 2017 20:46:54 +0200

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

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

commit 65c147a467fe79d3f979070b252facc1f7e9c9c1
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Aug 10 13:27:17 2017 +0200

    travis: test cmake build on tarball too
    
    Could've prevented #1755
---
 .travis.yml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 19f974e61..64aecd890 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -122,7 +122,20 @@ script:
             bash scripts/installcheck.sh $HOME/temp
             rm -rf curl-99.98.97
             # verify out-of-tree build
-            (tar xf curl-99.98.97.tar.gz && mkdir build && cd build && 
../curl-99.98.97/configure && make && make TFLAGS=1 test)
+            (tar xf curl-99.98.97.tar.gz && \
+             mkdir build && \
+             cd build && \
+             ../curl-99.98.97/configure && \
+             make && \
+             make TFLAGS=1 test)
+            # verify cmake build
+            rm -rf curl-99.98.97
+            (tar xf curl-99.98.97.tar.gz && \
+             cd curl-99.98.97 && \
+             mkdir build && \
+             cd build && \
+             cmake .. && \
+             make)
         fi
 
 # whitelist branches to avoid testing feature branches twice (as branch and as 
pull request)

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



reply via email to

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