Loading .travis.yml +27 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ cache: - $HOME/libpsl-0.20.1 - $HOME/mbedtls-mbedtls-2.8.0 - $HOME/libidn2-2.0.4 - $HOME/wolfssl-3.14.0-stable env: global: Loading Loading @@ -60,7 +61,11 @@ matrix: - os: linux compiler: gcc dist: trusty env: T=novalgrind BORINGSSL=yes -C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib env: T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib - os: linux compiler: gcc dist: trusty env: T=debug-wolfssl C="--with-wolfssl --without-ssl" - os: linux compiler: clang dist: trusty Loading Loading @@ -190,11 +195,25 @@ before_script: make) fi fi - | if [ $TRAVIS_OS_NAME = linux ]; then if [ ! -e $HOME/wolfssl-3.14.0-stable/Makefile ]; then (cd $HOME && \ curl -LO https://github.com/wolfSSL/wolfssl/archive/v3.14.0-stable.tar.gz && \ tar -xzf v3.14.0-stable.tar.gz && \ cd wolfssl-3.14.0-stable && \ ./autogen.sh && \ ./configure --enable-tls13 --enable-all && \ touch wolfssl/wolfcrypt/fips.h && \ make) fi fi - | if [ $TRAVIS_OS_NAME = linux ]; then (cd $HOME/libidn2-2.0.4 && sudo make install) (cd $HOME/libpsl-0.20.1 && sudo make install) (cd $HOME/mbedtls-mbedtls-2.8.0 && sudo make install) (cd $HOME/wolfssl-3.14.0-stable && sudo make install) fi script: Loading @@ -219,6 +238,13 @@ script: make && make examples make TFLAGS=-n test-nonflaky fi - | set -eo pipefail if [ "$T" = "debug-wolfssl" ]; then ./configure --enable-debug --enable-werror $C make make "TFLAGS=-n !311 !313" test-nonflaky fi - | set -eo pipefail if [ "$T" = "novalgrind" ]; then Loading Loading
.travis.yml +27 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ cache: - $HOME/libpsl-0.20.1 - $HOME/mbedtls-mbedtls-2.8.0 - $HOME/libidn2-2.0.4 - $HOME/wolfssl-3.14.0-stable env: global: Loading Loading @@ -60,7 +61,11 @@ matrix: - os: linux compiler: gcc dist: trusty env: T=novalgrind BORINGSSL=yes -C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib env: T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib - os: linux compiler: gcc dist: trusty env: T=debug-wolfssl C="--with-wolfssl --without-ssl" - os: linux compiler: clang dist: trusty Loading Loading @@ -190,11 +195,25 @@ before_script: make) fi fi - | if [ $TRAVIS_OS_NAME = linux ]; then if [ ! -e $HOME/wolfssl-3.14.0-stable/Makefile ]; then (cd $HOME && \ curl -LO https://github.com/wolfSSL/wolfssl/archive/v3.14.0-stable.tar.gz && \ tar -xzf v3.14.0-stable.tar.gz && \ cd wolfssl-3.14.0-stable && \ ./autogen.sh && \ ./configure --enable-tls13 --enable-all && \ touch wolfssl/wolfcrypt/fips.h && \ make) fi fi - | if [ $TRAVIS_OS_NAME = linux ]; then (cd $HOME/libidn2-2.0.4 && sudo make install) (cd $HOME/libpsl-0.20.1 && sudo make install) (cd $HOME/mbedtls-mbedtls-2.8.0 && sudo make install) (cd $HOME/wolfssl-3.14.0-stable && sudo make install) fi script: Loading @@ -219,6 +238,13 @@ script: make && make examples make TFLAGS=-n test-nonflaky fi - | set -eo pipefail if [ "$T" = "debug-wolfssl" ]; then ./configure --enable-debug --enable-werror $C make make "TFLAGS=-n !311 !313" test-nonflaky fi - | set -eo pipefail if [ "$T" = "novalgrind" ]; then Loading