]> granicus.if.org Git - imagemagick/commitdiff
Also building PerlMagick.
authordirk <dirk@git.imagemagick.org>
Sun, 9 Aug 2015 11:35:50 +0000 (13:35 +0200)
committerdirk <dirk@git.imagemagick.org>
Sun, 9 Aug 2015 11:35:50 +0000 (13:35 +0200)
.travis.yml

index 3b035dfc24d42a24edaf9c41c6366d31e971030b..9a6d00fd3f397b4b33817f47f8d7b1069fadf03c 100644 (file)
@@ -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