Skip to content

Commit

Permalink
Removed disabling HDRI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 11, 2021
1 parent 8408e89 commit 2eeea3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,9 +20,9 @@ script: |
set -x
export CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable"
if [ "$TRAVIS_COMPILER" == "gcc" ] ; then
./configure --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr
./configure --with-quantum-depth=16 --without-perl --prefix=/usr
else
./configure --disable-openmp --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr
./configure --disable-openmp --with-quantum-depth=16 --without-perl --prefix=/usr
fi
make
make install DESTDIR=$(readlink -f appdir)
Expand Down

0 comments on commit 2eeea3f

Please sign in to comment.