From: probonopd Date: Sun, 12 Nov 2017 10:21:52 +0000 (+0100) Subject: Add --enable-zero-configuration X-Git-Tag: 7.0.7-12~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ad34061c5a22e667d9916deed0edcdcc8c165f;p=imagemagick Add --enable-zero-configuration to enable a contained, embeddable, zero-configuration ImageMagick; all configuration files are loaded from memory --- 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/