From a1ad34061c5a22e667d9916deed0edcdcc8c165f Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 12 Nov 2017 11:21:52 +0100 Subject: [PATCH] Add --enable-zero-configuration to enable a contained, embeddable, zero-configuration ImageMagick; all configuration files are loaded from memory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a0f78f76..f908b06a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: 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 --without-perl --prefix=/usr + - ./configure --enable-zero-configuration --disable-openmp --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr - make -j$(nproc) - # Generate AppImage - make install DESTDIR=$(readlink -f appdir) ; find appdir/ -- 2.40.0