language: c
-sudo: false
-
-addons:
- apt:
- packages:
- - autoconf
compiler:
- clang
- gcc
+before_script:
+ - sudo add-apt-repository ppa:dns/gnu -y
+ - sudo apt-get update -q
+ - sudo apt-get install --only-upgrade autoconf
+
script:
- export OMP_NUM_THREADS=1
- export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable"
- make
- cd PerlMagick
- perl Makefile.PL
- - make
+ - make
\ No newline at end of file