]> granicus.if.org Git - imagemagick/blob - .travis.yml
Fixed initialization of mode value.
[imagemagick] / .travis.yml
1 language: c
2
3
4 compiler:
5   - clang
6   - gcc
7
8 before_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
13 script:
14     - export OMP_NUM_THREADS=1
15     - export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable"
16     - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --with-perl
17     - make