gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 42/153: travis: run a 'make checksrc' too


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 42/153: travis: run a 'make checksrc' too
Date: Tue, 11 Sep 2018 12:51:53 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit fe60cbfbbfc2aa5a2bd46165a7304e3031041fd0
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Jul 30 13:40:09 2018 +0200

    travis: run a 'make checksrc' too
    
    ... to make sure the examples are all checked.
    
    Closes #2811
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0045c5e0b..e713fcef7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ matrix:
         - os: linux
           compiler: gcc
           dist: trusty
-          env: T=normal C="--with-gssapi --with-libssh2"
+          env: T=normal C="--with-gssapi --with-libssh2" CHECKSRC=1
         - os: linux
           compiler: gcc
           dist: trusty
@@ -269,6 +269,9 @@ script:
              ./configure --enable-warnings --enable-werror $C
              make && make examples
              make test-nonflaky
+             if [ -n $CHECKSRC ]; then
+                make checksrc
+             fi
         fi
     - |
         set -eo pipefail

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



reply via email to

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