summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d354b4a519778d62d0e20c9bf584924ed2144837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c


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"
    - ./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no
    - make