gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 03/256: travis: build the examples too


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 03/256: travis: build the examples too
Date: Fri, 06 Oct 2017 19:41:34 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit b53b4e44241415c0a7ad857c72ec323109d2a7c0
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Aug 14 14:05:08 2017 +0200

    travis: build the examples too
    
    to make sure they keep building warning-free
    
    Closes #1777
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 64aecd890..ff586e6b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,13 +90,13 @@ script:
     - |
         if [ "$T" = "debug" ]; then
              ./configure --enable-debug --enable-werror $C
-             make
+             make && make examples
              make TFLAGS=-n test-nonflaky
         fi
     - |
         if [ "$T" = "normal" ]; then
              ./configure --enable-warnings --enable-werror $C
-             make
+             make && make examples
              make test-nonflaky
         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]