CheckChrome/.travis.yml
2018-08-03 15:12:00 +08:00

14 lines
356 B
YAML

language: generic
dist: trusty
install:
- sudo apt-get --yes install libxml2-utils
script:
- chmod +x ./checker.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