From: Robbie Harwood Date: Mon, 6 May 2019 18:29:53 +0000 (-0400) Subject: Add a Travis job to build with OpenSSL crypto X-Git-Tag: krb5-1.18-beta1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0bbe59b41f5132f6ad605f99b06e157b1f45ea5;p=thirdparty%2Fkrb5.git Add a Travis job to build with OpenSSL crypto [ghudson@mit.edu: simplified configure option passing] --- diff --git a/.travis-ci.sh b/.travis-ci.sh index 4e6e1b6a17..55f5e8ddf2 100644 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -1,6 +1,6 @@ cd src autoreconf -./configure --enable-maintainer-mode --with-ldap +./configure --enable-maintainer-mode --with-ldap $CONFIGURE_OPTS make $MAKEVARS make check make distclean diff --git a/.travis.yml b/.travis.yml index f0938996b1..9eb736b082 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ matrix: include: - compiler: clang env: MAKEVARS=CPPFLAGS=-Werror + - compiler: clang + env: + - MAKEVARS=CPPFLAGS=-Werror + - CONFIGURE_OPTS=--with-crypto-impl=openssl - compiler: gcc before_install: