You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
347 B

  1. language: node_js
  2. notifications:
  3. email: false
  4. before_install:
  5. - rvm install 2.4.0
  6. install:
  7. - gem install httparty ruby-progressbar
  8. - wget -O build/build_bot https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/build_bot.py
  9. before_script:
  10. - cd build
  11. script:
  12. - ./main.sh
  13. after_success:
  14. - ./build.sh
  15. - ./deploy.sh