From a584deeecc0bc24432e014fe71b7350d29f75948 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Fri, 29 Sep 2023 22:12:25 +0200 Subject: [PATCH] ci: get yang + openconfig --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54915931..4e13fd31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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