Added test-null to check that the API handles NULL arguments.
[platform/upstream/libexif.git] / .cirrus.yml
index 9a2ceb4..22dcb8f 100644 (file)
@@ -18,7 +18,7 @@ task:
     - pkg install -y autoconf automake libtool gettext-tools gettext-runtime
   configure_script:
     - autoreconf -sivf
-    - ./configure CFLAGS="$CFLAGS" || { tail -300 config.log; false; }
+    - ./configure --disable-dependency-tracking CFLAGS="$CFLAGS" || { tail -300 config.log; false; }
   compile_script:
     - make V=1
   test_script: