mirror of https://github.com/tc39/test262.git
15 lines
375 B
YAML
15 lines
375 B
YAML
language: python
|
|
install:
|
|
- pip install --requirement tools/generation/requirements.txt
|
|
- pip install --requirement tools/lint/requirements.txt
|
|
script:
|
|
- ./tools/scripts/ci_build.sh
|
|
- ./tools/generation/test/run.py
|
|
- ./tools/lint/test/run.py
|
|
- ./tools/scripts/ci_lint.sh
|
|
after_success:
|
|
- ./tools/scripts/deploy.sh
|
|
notifications:
|
|
email:
|
|
on_failure: always
|