]> granicus.if.org Git - libexpat/commitdiff
Travis: Have xmlts.zip bypass git clean -X
authorSebastian Pipping <sebastian@pipping.org>
Mon, 13 Mar 2017 17:52:09 +0000 (18:52 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 13 Mar 2017 19:16:06 +0000 (20:16 +0100)
.travis.yml

index c9483c675f0a5aee12caa1dbbbe66f86b6e9883b..814c1dc72f6640462e9b46db7d04c93a89181c64 100644 (file)
@@ -10,7 +10,7 @@ addons:
       - docbook2x
 
 install:
-  - wget -O expat/tests/xmlts.zip https://www.w3.org/XML/Test/xmlts20080827.zip
+  - wget -O xmlts.zip https://www.w3.org/XML/Test/xmlts20080827.zip
 
 script:
   - cd expat
@@ -21,7 +21,8 @@ script:
             address \
             lib-coverage \
             ; do
-        git clean -X -f
+        git clean -X -d -f
+        cp -v ../xmlts.zip tests/xmlts.zip
         ./buildconf.sh
         CFLAGS='-g -pipe' ./qa.sh ${mode} || ret=1
     done