blob: 3b035dfc24d42a24edaf9c41c6366d31e971030b [file] [log] [blame]
cristyc09aa1f2015-06-05 22:37:37 +00001language: c
2
3
4compiler:
5 - clang
6 - gcc
7
8before_script:
9 - sudo add-apt-repository ppa:dns/gnu -y
10 - sudo apt-get update -q
11 - sudo apt-get install --only-upgrade autoconf
12
13script:
14 - export OMP_NUM_THREADS=1
15 - export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable"
dirkaf371492015-06-27 19:04:37 +000016 - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --with-perl
cristyc09aa1f2015-06-05 22:37:37 +000017 - make