blob: 874810d90dc92508401dfb481f44480d174793d7 [file] [log] [blame]
Cristy17f8c722016-01-31 09:42:56 -05001sudo: required # needed for trusty beta
2dist: trusty # needed for HarfBuzz
3
cristyc09aa1f2015-06-05 22:37:37 +00004language: c
5
6
7compiler:
8 - clang
9 - gcc
10
11before_script:
Cristy17f8c722016-01-31 09:42:56 -050012 - sudo add-apt-repository -y ppa:as-bahanta/raqm
cristyc09aa1f2015-06-05 22:37:37 +000013 - sudo add-apt-repository ppa:dns/gnu -y
dirk6f921d62016-02-01 19:22:54 +010014 - sudo apt-key update -q
cristyc09aa1f2015-06-05 22:37:37 +000015 - sudo apt-get update -q
16 - sudo apt-get install --only-upgrade autoconf
Cristy17f8c722016-01-31 09:42:56 -050017 - sudo apt-get install -y libraqm-dev libfreetype6-dev libharfbuzz-dev libfribidi-dev
cristyc09aa1f2015-06-05 22:37:37 +000018
19script:
20 - export OMP_NUM_THREADS=1
21 - export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable"
dirkaf371492015-06-27 19:04:37 +000022 - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --with-perl
cristyc09aa1f2015-06-05 22:37:37 +000023 - make
dirk0a4100e2015-08-09 20:48:52 +020024# - cd PerlMagick
25# - perl Makefile.PL
26# - make