blob: 1df1917dbf667095db29c91929855125e798e967 [file] [log] [blame]
cristyc09aa1f2015-06-05 22:37:37 +00001language: c
2
dirk3dbc3542015-08-09 16:45:25 +02003sudo: false
cristyc09aa1f2015-06-05 22:37:37 +00004
dirkd6c01552015-08-09 16:58:45 +02005addons:
6 apt:
7 packages:
8 - autoconf
9
cristyc09aa1f2015-06-05 22:37:37 +000010compiler:
11 - clang
12 - gcc
13
cristyc09aa1f2015-06-05 22:37:37 +000014script:
15 - export OMP_NUM_THREADS=1
16 - export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable"
dirkaf371492015-06-27 19:04:37 +000017 - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --with-perl
cristyc09aa1f2015-06-05 22:37:37 +000018 - make
dirk77396652015-08-09 13:35:50 +020019 - cd PerlMagick
20 - perl Makefile.PL
dirk3dbc3542015-08-09 16:45:25 +020021 - make