From: dirk Date: Sat, 27 Jun 2015 19:04:37 +0000 (+0000) Subject: Also building PerlMagick. X-Git-Tag: 7.0.1-0~840 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af37149422a1cd9924f2f35ed2a2b89a9a6638e1;p=imagemagick Also building PerlMagick. --- diff --git a/.travis.yml b/.travis.yml index d354b4a51..3b035dfc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,5 @@ before_script: script: - export OMP_NUM_THREADS=1 - export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable" - - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no + - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --with-perl - make