gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 85/153: .travis.yml: verify that man pages can be r


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 85/153: .travis.yml: verify that man pages can be regenerated
Date: Tue, 11 Sep 2018 12:52:36 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 60000eb82f1a4f242ffb134905a820e035a292c2
Author: Kamil Dudka <address@hidden>
AuthorDate: Thu Aug 9 17:16:19 2018 +0200

    .travis.yml: verify that man pages can be regenerated
    
    ... when curl is built from distribution tarball
    
    Closes #2856
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 003886191..32b29b963 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -307,11 +307,12 @@ script:
             rm -rf curl-99.98.97
             # verify out-of-tree build
             (tar xf curl-99.98.97.tar.gz && \
+             touch curl-99.98.97/docs/{cmdline-opts,libcurl}/Makefile.inc && \
              mkdir build && \
              cd build && \
              ../curl-99.98.97/configure && \
              make && \
-             make TFLAGS=1 test)
+             make TFLAGS='-p 1 1139' test)
             # verify cmake build
             rm -rf curl-99.98.97
             (tar xf curl-99.98.97.tar.gz && \

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



reply via email to

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