]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add a Travis job to build with OpenSSL crypto 927/head
authorRobbie Harwood <rharwood@redhat.com>
Mon, 6 May 2019 18:29:53 +0000 (14:29 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 9 May 2019 17:11:49 +0000 (13:11 -0400)
[ghudson@mit.edu: simplified configure option passing]

.travis-ci.sh
.travis.yml

index 4e6e1b6a173ab0af94c5c8cf7c29445d8d802722..55f5e8ddf27a061b331ef82e131c2ff7b5b969ac 100644 (file)
@@ -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
index f0938996b1eb035ac5407a405089d0b4d1dcea99..9eb736b082aa0a16dd7314bc4e59c1ba1bd3f805 100644 (file)
@@ -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: