summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/script.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index 0cb5df1fd..a824c1b1e 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -36,14 +36,14 @@ if [ "$T" = "coverage" ]; then
fi
if [ "$T" = "torture" ]; then
- ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2
+ ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2 --with-openssl
make
tests="!TLS-SRP !FTP"
make "TFLAGS=-n --shallow=20 -t $tests" test-nonflaky
fi
if [ "$T" = "events" ]; then
- ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2
+ ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2 --with-openssl
make
tests="!TLS-SRP"
make "TFLAGS=-n -e $tests" test-nonflaky
@@ -123,13 +123,13 @@ fi
if [ "$T" = "distcheck" ]; then
# find BOM markers and exit if we do
! git grep `printf '\xef\xbb\xbf'`
- ./configure
+ ./configure --without-ssl
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 --prefix=$HOME/temp --without-ssl
make
make TFLAGS=1 test
make install
@@ -142,7 +142,7 @@ if [ "$T" = "distcheck" ]; then
touch curl-99.98.97/docs/{cmdline-opts,libcurl}/Makefile.inc
mkdir build
cd build
- ../curl-99.98.97/configure
+ ../curl-99.98.97/configure --without-ssl
make
make TFLAGS='-p 1 1139' test
# verify cmake build