open-source-ios-apps/circle.yml
2016-08-10 07:39:51 -07:00

26 lines
724 B
YAML

machine:
ruby:
version: 2.2.0
test:
pre:
- gem install awesome_bot
- sudo pip install json-spec
override:
- json validate --schema-file=.github/schema.json --document-file=contents.json
- ruby .github/osia_validate_categories.rb
- ruby .github/osia_get_links.rb
- awesome_bot check-unique.txt -a 403,302 -w xbmc/xbmc,7b5labs
- awesome_bot check-links.txt --allow-dupe -w wheelmap.org,sourceforge,7b5labs,radioparadise
general:
artifacts:
- check-links.txt
- check-unique.txt
- ab-results-check-homepages.txt.json
- ab-results-check-links.txt.json
deployment:
master:
branch: master
commands:
- ruby .github/osia_convert.rb
- ./.github/deploy.sh