1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-31 02:37:05 +01:00

26 lines
703 B
YAML
Raw Normal View History

machine:
ruby:
version: 2.2.0
test:
pre:
2016-05-13 11:36:31 -07:00
- gem install awesome_bot
2016-05-10 23:34:01 -06:00
- sudo pip install json-spec
override:
2016-06-07 06:53:14 -07:00
- ruby .github/osia_get_links.rb
2016-07-12 11:29:49 -07:00
- awesome_bot check-links.txt -a 403 -w xbmc/xbmc
- awesome_bot check-homepages.txt --allow-dupe -w wheelmap.org,sourceforge
2016-05-11 11:06:57 -07:00
- json validate --schema-file=.github/schema.json --document-file=contents.json
2016-05-16 10:29:04 -07:00
- ruby .github/osia_validate_categories.rb
general:
artifacts:
2016-06-07 20:05:24 -07:00
- "check-links.txt"
- "check-homepages.txt"
- "ab-results-check-homepages.txt.json"
- "ab-results-check-links.txt.json"
2016-05-11 07:47:02 -07:00
deployment:
master:
branch: master
commands:
2016-05-16 10:29:04 -07:00
- ruby .github/osia_convert.rb
2016-05-11 11:51:10 -07:00
- ./.github/deploy.sh