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.

20 lines
481 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. - git config --global user.name $GH_USER
  13. - git config --global user.email $GH_EMAIL
  14. - cd build
  15. script:
  16. - ./main.sh
  17. after_success:
  18. - ./build.sh
  19. - ./deploy.sh