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.

18 lines
393 B

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