From 773966547a908b2f70d9b57a2e71c7c7b4810d49 Mon Sep 17 00:00:00 2001 From: dirk Date: Sun, 9 Aug 2015 13:35:50 +0200 Subject: [PATCH] Also building PerlMagick. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.0