Added a clang-7 Travis build configuration.
[platform/upstream/libexif.git] / .appveyor.yml
index 84b2f83..202f57e 100644 (file)
@@ -16,9 +16,9 @@ install:
 
 build_script:
 - cmd: if not [%CONFIG%]==[msys2] (
-    C:\%CONFIG%\bin\bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && autoreconf -sif && ./configure --prefix=$HOME && make V=1 LDFLAGS='-lintl' && make V=1 install" )
+    C:\%CONFIG%\bin\bash -e -l -c "cd $APPVEYOR_BUILD_FOLDER && autoreconf -sif && ./configure --prefix=$HOME --disable-dependency-tracking && make V=1 LDFLAGS='-lintl' && make V=1 install" )
 - cmd: if [%CONFIG%]==[msys2] (
-    bash -lc "set -x; cd $APPVEYOR_BUILD_FOLDER && autoreconf -sivf && ./configure --prefix=$HOME/install && make V=1 && make V=1 install" )
+    bash -lc "set -x; cd $APPVEYOR_BUILD_FOLDER && autoreconf -sivf && ./configure --prefix=$HOME/install --disable-dependency-tracking && make V=1 && make V=1 install" )
 
 test_script:
 - cmd: if not [%CONFIG%]==[msys2] (