]> granicus.if.org Git - libexpat/commitdiff
Travis CI: Pass ${CONFIGURE_ARGS} to ./qa.sh
authorPhilippe Antoine <contact@catenacyber.fr>
Sun, 28 Jul 2019 19:19:05 +0000 (21:19 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 28 Jul 2019 21:47:27 +0000 (23:47 +0200)
.travis.sh

index da8cdc30589a73a1482437765933552952615868..bb8ebc8c1eabc686771a1a18bca5ee61e760ac77 100755 (executable)
@@ -59,5 +59,5 @@ elif [[ ${MODE} = cmake-oos ]]; then
 elif [[ ${MODE} = cppcheck ]]; then
     cppcheck --quiet --error-exitcode=1 .
 else
-    ./qa.sh
+    ./qa.sh ${CONFIGURE_ARGS}
 fi