forked from YangModels/yang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (29 loc) · 882 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
sudo: required
dist: bionic
language: python
python:
- "3.8"
# before_install:
# - sudo apt-get update
# this will work from Focal Fossa onwards
# - sudo apt-get install -y yang-tools libyang-dev
install: "pip install pyang==2.1 requests"
notifications:
webhooks:
urls:
- https://yangcatalog.org/api/checkComplete
- https://yang.amsl.com/api/checkComplete
on_success: always # default: always
on_failure: never # default: always
on_start: never # default: never
on_cancel: never # default: always
on_error: never # default: always
script:
- ./vendor/fujitsu/yang-validate.sh
- travis_wait 30 ./vendor/cisco/nx/check.sh
- travis_wait 30 ./vendor/cisco/xr/check.sh
- travis_wait 30 ./vendor/cisco/xe/check.sh
- ./standard/ietf/check.sh
- ./standard/bbf/check.sh
- ./experimental/ieee/check.sh
- ./standard/ieee/check.sh