ci: get yang + openconfig
This commit is contained in:
parent
06d8e85290
commit
a584deeecc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -67,6 +67,10 @@ jobs:
|
||||||
# 2) Inline of make test, but without configure
|
# 2) Inline of make test, but without configure
|
||||||
- name: in-line clone
|
- name: in-line clone
|
||||||
run: git clone file://$(realpath ../..)
|
run: git clone file://$(realpath ../..)
|
||||||
|
- name: openconfig
|
||||||
|
run: mkdir -p openconfig; cd openconfig ; git clone https://github.com/openconfig/public
|
||||||
|
- name: yangmodels
|
||||||
|
run: mkdir yang/standard; cd yang; git init; git remote add -f origin https://github.com/YangModels/yang git config core.sparseCheckout true; echo "standard/" >> .git/info/sparse-checkout; echo "experimental/" >> .git/info/sparse-checkout; git pull origin main
|
||||||
- name: make docker
|
- name: make docker
|
||||||
run: sudo docker build -f Dockerfile.native -t clixon/clixon-test .
|
run: sudo docker build -f Dockerfile.native -t clixon/clixon-test .
|
||||||
- name: start container
|
- name: start container
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue