1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-28 09:20:38 +01:00
App-Open-Source-per-iPhone-.../circle.yml
dkhamsing 2cc2c2ad1f Update circle.yml
[ci skip]
2016-05-17 20:24:50 -07:00

21 lines
496 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
- 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