mirror of
https://github.com/public-apis/public-apis
synced 2025-01-16 10:27:40 +01:00
b848d99d67
[ci skip]
20 lines
481 B
YAML
20 lines
481 B
YAML
language: python
|
|
notifications:
|
|
email: false
|
|
before_install:
|
|
- rvm install 2.4.0
|
|
- wget https://raw.githubusercontent.com/davemachado/build-bot/master/build_bot/requirements.txt
|
|
install:
|
|
- gem install httparty ruby-progressbar
|
|
- pip install build-bot
|
|
- pip install -r requirements.txt
|
|
before_script:
|
|
- git config --global user.name $GH_USER
|
|
- git config --global user.email $GH_EMAIL
|
|
- cd build
|
|
script:
|
|
- ./main.sh
|
|
after_success:
|
|
- ./build.sh
|
|
- ./deploy.sh
|