open-source-ios-apps/circle.yml

21 lines
496 B
YAML
Raw Normal View History

machine:
ruby:
version: 2.2.0
test:
pre:
2016-05-13 21:36:31 +03:00
- gem install awesome_bot
2016-05-11 08:34:01 +03:00
- sudo pip install json-spec
override:
2016-05-13 21:36:31 +03:00
- awesome_bot contents.json --white-list developer.apple
2016-05-11 21:06:57 +03:00
- json validate --schema-file=.github/schema.json --document-file=contents.json
2016-05-16 20:29:04 +03:00
- ruby .github/osia_validate_categories.rb
general:
artifacts:
2016-05-18 06:24:50 +03:00
- "ab-results-contents.json.json"
2016-05-11 17:47:02 +03:00
deployment:
master:
branch: master
commands:
2016-05-16 20:29:04 +03:00
- ruby .github/osia_convert.rb
2016-05-11 21:51:10 +03:00
- ./.github/deploy.sh