feat: clean the parse result by build.sh

This commit is contained in:
SukkaW 2018-08-03 15:12:00 +08:00
parent 10f61bba46
commit 8aa0d264cb
4 changed files with 16 additions and 3 deletions

View file

@ -4,8 +4,11 @@ install:
- sudo apt-get --yes install libxml2-utils
script:
- chmod +x ./checker.sh
- chmod +x ./deploy.sh
- chmod +x ./combine.sh
- chmod +x ./xmlparser.sh
- chmod +x ./build.sh
- chmod +x ./deploy.sh
- ./checker.sh
- ./combine.sh
- ./xmlparser.sh public/chrome.xml > tmp/chrome_xml_parser_result.txt
- ./deploy.sh > /dev/null