open-source-ios-apps/circle.yml
Daniel Khamsing 953dfe2642 delete tweets
2016-08-15 12:35:44 -07:00

28 lines
781 B
YAML

machine:
ruby:
version: 2.2.0
test:
pre:
- gem install awesome_bot
- sudo pip install json-spec
override:
- json validate --schema-file=.github/schema.json --document-file=contents.json
- ruby .github/osia_validate_categories.rb
- ruby .github/osia_get_links.rb
- awesome_bot check-unique.txt -a 302 -w xbmc/xbmc
- awesome_bot check-links.txt --allow-dupe -w wheelmap.org,sourceforge,radioparadise
general:
artifacts:
- check-links.txt
- check-unique.txt
- ab-results-check-homepages.txt.json
- ab-results-check-links.txt.json
deployment:
master:
branch: master
commands:
- ruby .github/osia_convert.rb
- ./.github/deploy.sh
- gem install delete_my_tweets
- ruby .github/osia_tweet_clean.rb