mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-24 06:06:12 +03:00
20 lines
430 B
YAML
20 lines
430 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
|
|
general:
|
|
artifacts:
|
|
- "ab-results.json"
|
|
deployment:
|
|
master:
|
|
branch: master
|
|
commands:
|
|
- ruby .github/convert.rb
|
|
- ./.github/deploy.sh
|