From: dirk Date: Sun, 9 Aug 2015 11:35:50 +0000 (+0200) Subject: Also building PerlMagick. X-Git-Tag: 7.0.1-0~715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=773966547a908b2f70d9b57a2e71c7c7b4810d49;p=imagemagick Also building PerlMagick. --- diff --git a/.travis.yml b/.travis.yml index 3b035dfc2..9a6d00fd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,6 @@ script: - export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable" - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --with-perl - make + - cd PerlMagick + - perl Makefile.PL + - make \ No newline at end of file