mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 13:47:21 +00:00
feat: clean the parse result by build.sh
This commit is contained in:
parent
10f61bba46
commit
8aa0d264cb
4 changed files with 16 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue