open-source-ios-apps/circle.yml
2016-06-02 16:09:13 -07:00

21 lines
544 B
YAML

machine:
ruby:
version: 2.2.0
test:
pre:
- gem install awesome_bot
- sudo pip install json-spec
override:
- awesome_bot contents.json --white-list developer.apple,preyproject,xbmc/xbmc,wheelmap.org,itunes.apple
- json validate --schema-file=.github/schema.json --document-file=contents.json
- ruby .github/osia_validate_categories.rb
general:
artifacts:
- "ab-results-contents.json.json"
deployment:
master:
branch: master
commands:
- ruby .github/osia_convert.rb
- ./.github/deploy.sh