mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 21:27:24 +00:00
ci: add build.sh to travis
This commit is contained in:
parent
89598cd991
commit
85016d3d2f
3 changed files with 7 additions and 6 deletions
|
|
@ -11,4 +11,5 @@ script:
|
|||
- ./checker.sh
|
||||
- ./combine.sh
|
||||
- ./xmlparser.sh public/chrome.xml > tmp/chrome_xml_parser_result.txt
|
||||
- ./build.sh
|
||||
- ./deploy.sh > /dev/null
|
||||
|
|
|
|||
|
|
@ -101,4 +101,9 @@ xmllint --noblanks chrome.xml > chrome.min.xml
|
|||
cp -rf ./chrome.xml ../public/chrome.xml
|
||||
cp -rf ./chrome.min.xml ../public/chrome.min.xml
|
||||
|
||||
cd ..
|
||||
cd ..
|
||||
|
||||
echo ''
|
||||
echo '-------------------------------------'
|
||||
echo 'Parsing XML Files ......'
|
||||
echo '-------------------------------------'
|
||||
|
|
@ -10,11 +10,6 @@
|
|||
#ELEMENT=Element Name
|
||||
#CONTENT=Element Content
|
||||
|
||||
echo ''
|
||||
echo '-------------------------------------'
|
||||
echo 'Parse XML Files ......'
|
||||
echo '-------------------------------------'
|
||||
|
||||
#接受一个int层级参数,层级从0开始
|
||||
echo_tabs() {
|
||||
local tabs="";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue