2017-04-10 21:31:19 +02:00
|
|
|
language: python
|
2017-12-03 05:05:23 +01:00
|
|
|
install:
|
2018-09-04 16:56:51 +02:00
|
|
|
- python -m pip install --requirement tools/generation/requirements.txt
|
|
|
|
- python -m pip install --requirement tools/lint/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
|