gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 233/254: travis: let some builds *not* use --enable


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 233/254: travis: let some builds *not* use --enable-debug
Date: Sat, 17 Jun 2017 16:54:25 +0200

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

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

commit e100afb4d8697e9c5f0e4b34b3b6f2b45337e442
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jun 6 14:40:36 2017 +0200

    travis: let some builds *not* use --enable-debug
    
    typecheck-gcc and other things require optimized builds
    
    Closes #1544
---
 .travis.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7069e1ed6..080f5fc13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ matrix:
     include:
         - os: linux
           compiler: gcc
-          env: BUILD_TYPE=normal
+          env: BUILD_TYPE=debug
         - os: linux
           compiler: clang
           env: BUILD_TYPE=normal
@@ -25,7 +25,7 @@ matrix:
           env: BUILD_TYPE=normal
         - os: osx
           compiler: clang
-          env: BUILD_TYPE=normal
+          env: BUILD_TYPE=debug
         - os: linux
           compiler: gcc
           dist: trusty
@@ -62,12 +62,18 @@ script:
              coveralls --gcov /usr/bin/gcov-4.8 --gcov-options '\-lp' -i src 
-i lib -i lib/vtls -i lib/vauth -e tests -e docs
         fi
     - |
-        if [ "$BUILD_TYPE" = "normal" ]; then
+        if [ "$BUILD_TYPE" = "debug" ]; then
              ./configure --enable-debug
              make
              make TFLAGS=-n test-nonflaky
         fi
     - |
+        if [ "$BUILD_TYPE" = "normal" ]; then
+             ./configure
+             make
+             make TFLAGS=-n test-nonflaky
+        fi
+    - |
         if [ "$BUILD_TYPE" = "cmake" ]; then
              mkdir build
              cd build

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



reply via email to

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