ci: get yang + openconfig

This commit is contained in:
Olof hagsand 2023-09-29 22:12:25 +02:00
parent 06d8e85290
commit a584deeecc

View file

@ -67,6 +67,10 @@ jobs:
# 2) Inline of make test, but without configure
- name: in-line clone
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
run: sudo docker build -f Dockerfile.native -t clixon/clixon-test .
- name: start container