CheckChrome/.travis.yml
2018-08-19 22:41:07 +08:00

17 lines
391 B
YAML

language: node_js
node_js:
- "10"
dist: trusty
install:
- sudo apt-get --yes install libxml2-utils
script:
- chmod +x ./checker.sh
- chmod +x ./combine.sh
- chmod +x ./util/xmlparser.sh
- chmod +x ./build.sh
- chmod +x ./deploy.sh
- ./checker.sh
- ./combine.sh
- ./xmlparser.sh tmp/chrome.xml > tmp/chrome_xml_parser_result.txt
- ./build.sh
- ./deploy.sh > /dev/null