mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
Travis: Have xmlts.zip bypass git clean -X
This commit is contained in:
parent
ce34ddfe9f
commit
ef4ab16d9a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue