mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
parent
18cbbb702c
commit
c3d7db4ecb
@ -35,6 +35,7 @@ addons:
|
|||||||
- krb5-user
|
- krb5-user
|
||||||
- autopoint # for libpsl that needs autoreconf that uses gettext that needs it
|
- autopoint # for libpsl that needs autoreconf that uses gettext that needs it
|
||||||
- libunistring-dev # for libidn2 neeed by libpsl
|
- libunistring-dev # for libidn2 neeed by libpsl
|
||||||
|
- libnss3-dev
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -74,6 +75,10 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: T=debug C="--with-mbedtls --without-ssl"
|
env: T=debug C="--with-mbedtls --without-ssl"
|
||||||
|
- os: linux
|
||||||
|
compiler: clang
|
||||||
|
dist: trusty
|
||||||
|
env: T=debug C="--with-nss --without-ssl" NOTESTS=1 CPPFLAGS="-isystem /usr/include/nss"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: trusty
|
dist: trusty
|
||||||
@ -236,7 +241,9 @@ script:
|
|||||||
if [ "$T" = "debug" ]; then
|
if [ "$T" = "debug" ]; then
|
||||||
./configure --enable-debug --enable-werror $C
|
./configure --enable-debug --enable-werror $C
|
||||||
make && make examples
|
make && make examples
|
||||||
make TFLAGS=-n test-nonflaky
|
if [ -z $NOTESTS ]; then
|
||||||
|
make TFLAGS=-n test-nonflaky
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
Loading…
Reference in New Issue
Block a user