X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=.travis.yml;h=fc0a677e59ffe8e758e4f183fc800ef6331d8be5;hb=ad6539a13ff1b4fdd3da0c3c731e3dbf46723c7d;hp=1217ce5461dfd65869bc6a0394ebe52a2ec2809f;hpb=974f0c3095c7f69f1c1f0c0baec48cc3511bc089;p=freeradius.git diff --git a/.travis.yml b/.travis.yml index 1217ce5..fc0a677 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: matrix: - LIBS_OPTIONAL=no LIBS_SHARED=yes - LIBS_OPTIONAL=yes LIBS_SHARED=yes + - LIBS_OPTIONAL=yes LIBS_SHARED=yes BUILD_CFLAGS="-O2 -g3" addons: coverity_scan: project: @@ -68,6 +69,6 @@ before_install: libyubikey-dev - sudo apt-get install -qq -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" libmysqlclient-dev before_script: - - ./configure -C --enable-werror --prefix=$HOME/freeradius --with-shared-libs=$LIBS_SHARED --with-threads=$LIBS_OPTIONAL --with-udpfromto=$LIBS_OPTIONAL --with-openssl=$LIBS_OPTIONAL + - CFLAGS="${BUILD_CFLAGS}" ./configure -C --enable-werror --prefix=$HOME/freeradius --with-shared-libs=$LIBS_SHARED --with-threads=$LIBS_OPTIONAL --with-udpfromto=$LIBS_OPTIONAL --with-openssl=$LIBS_OPTIONAL - make script: if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make travis-test; fi