mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-23 21:34:39 +03:00
18 lines
423 B
YAML
18 lines
423 B
YAML
machine:
|
|
ruby:
|
|
version: 2.2.0
|
|
test:
|
|
pre:
|
|
- sudo pip install json-spec
|
|
override:
|
|
- json validate --schema-file=.github/schema.json --document-file=contents.json
|
|
- ruby .github/osia_validate_categories.rb
|
|
deployment:
|
|
master:
|
|
branch: master
|
|
commands:
|
|
- ruby .github/osia_convert.rb
|
|
- ./.github/deploy.sh
|
|
- gem install delete_my_tweets
|
|
- ruby .github/osia_tweet_clean.rb
|