2017-04-10 21:31:19 +02:00
|
|
|
language: python
|
2017-04-18 18:21:24 +02:00
|
|
|
install: pip install --requirement tools/generation/requirements.txt
|
2017-04-11 20:00:07 +02:00
|
|
|
script:
|
2017-05-01 18:04:05 +02:00
|
|
|
- ./tools/scripts/ci_build.sh
|
2017-04-11 20:00:07 +02:00
|
|
|
- ./tools/generation/test/run.py
|
2017-05-01 18:04:05 +02:00
|
|
|
- ./tools/lint/test/run.py
|
|
|
|
- ./tools/scripts/ci_lint.sh
|
2017-04-11 20:12:07 +02:00
|
|
|
after_success:
|
2017-05-01 18:04:05 +02:00
|
|
|
- ./tools/scripts/deploy.sh
|
2017-10-18 20:40:21 +02:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_failure: always
|