gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] branch master updated: fix-up travis


From: gnunet
Subject: [gnurl] branch master updated: fix-up travis
Date: Tue, 07 Apr 2020 16:05:42 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 485d3634d fix-up travis
485d3634d is described below

commit 485d3634d09bed4d5be095ebe0240649066d9dff
Author: Nikita Gillmann <address@hidden>
AuthorDate: Tue Apr 7 16:05:30 2020 +0200

    fix-up travis
---
 scripts/travis/script.sh | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index 3f587640d..9ae1cdfb6 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -4,7 +4,7 @@ set -eo pipefail
 ./buildconf
 
 if [ "$T" = "coverage" ]; then
-  ./configure --enable-debug --disable-shared --disable-threaded-resolver 
--enable-code-coverage --enable-werror --enable-alt-svc --with-libssh2
+  ./configure-gnurl --enable-debug --disable-shared 
--disable-threaded-resolver --enable-code-coverage --enable-werror 
--enable-alt-svc
   make
   make TFLAGS=-n test-nonflaky
   make "TFLAGS=-n -e" test-nonflaky
@@ -15,7 +15,7 @@ if [ "$T" = "coverage" ]; then
 fi
 
 if [ "$T" = "torture" ]; then
-  ./configure --enable-debug --disable-shared --disable-threaded-resolver 
--enable-code-coverage --enable-werror --enable-alt-svc --with-libssh2
+  ./configure-gnurl --enable-debug --disable-shared 
--disable-threaded-resolver --enable-code-coverage --enable-werror 
--enable-alt-svc
   make
   make TFLAGS=-n test-nonflaky
   make "TFLAGS=-n -e" test-nonflaky
@@ -24,7 +24,7 @@ if [ "$T" = "torture" ]; then
 fi
 
 if [ "$T" = "debug" ]; then
-  ./configure --enable-debug --enable-werror $C
+  ./configure-gnurl --enable-debug --enable-werror $C
   make
   make examples
   if [ -z $NOTESTS ]; then
@@ -38,19 +38,19 @@ if [ "$T" = "debug" ]; then
 fi
 
 if [ "$T" = "debug-wolfssl" ]; then
-  ./configure --enable-debug --enable-werror $C
+  ./configure-gnurl --enable-debug --enable-werror $C
   make
   make "TFLAGS=-n !313" test-nonflaky
 fi
 
 if [ "$T" = "debug-mesalink" ]; then
-  ./configure --enable-debug --enable-werror $C
+  ./configure-gnurl --enable-debug --enable-werror $C
   make
   make "TFLAGS=-n !313 !3001" test-nonflaky
 fi
 
 if [ "$T" = "novalgrind" ]; then
-  ./configure --enable-werror $C
+  ./configure-gnurl --enable-werror $C
   make
   make examples
   make TFLAGS=-n test-nonflaky
@@ -62,7 +62,7 @@ if [ "$T" = "normal" ]; then
     # Only done on Linux since we're not permitted to on mac.
     sudo rm -f /usr/bin/curl
   fi
-  ./configure --enable-warnings --enable-werror $C
+  ./configure-gnurl --enable-warnings --enable-werror $C
   make
   make examples
   if [ -z $NOTESTS ]; then
@@ -76,14 +76,14 @@ if [ "$T" = "normal" ]; then
 fi
 
 if [ "$T" = "tidy" ]; then
-  ./configure --enable-warnings --enable-werror $C
+  ./configure-gnurl --enable-warnings --enable-werror $C
   make
   make tidy
 fi
 
 if [ "$T" = "iconv" ]; then
   source scripts/travis/iconv-env.sh
-  ./configure --enable-debug --enable-werror $C
+  ./configure-gnurl --enable-debug --enable-werror $C
   make
   make examples
   make test-nonflaky
@@ -102,13 +102,13 @@ fi
 if [ "$T" = "distcheck" ]; then
   # find BOM markers and exit if we do
   ! git grep `printf '\xef\xbb\xbf'`
-  ./configure
+  ./configure-gnurl
   make
   ./maketgz 99.98.97
   # verify in-tree build - and install it
   tar xf curl-99.98.97.tar.gz
   cd curl-99.98.97
-  ./configure --prefix=$HOME/temp
+  ./configure-gnurl --prefix=$HOME/temp
   make
   make TFLAGS=1 test
   make install
@@ -149,7 +149,7 @@ if [ "$T" = "fuzzer" ]; then
 fi
 
 if [ "$T" = "scan-build" ]; then
-  scan-build ./configure --enable-debug --enable-werror $C
+  scan-build ./configure-gnurl --enable-debug --enable-werror $C
   scan-build --status-bugs make
   scan-build --status-bugs make examples
 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]