github actions: native restconf
This commit is contained in:
parent
113f92ab41
commit
f66916ae57
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -14,9 +14,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install cligen
|
||||
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure --with-restconf=native && make && sudo make install)
|
||||
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
||||
- name: configure
|
||||
run: ./configure
|
||||
run: ./configure --with-restconf=native
|
||||
- name: make
|
||||
run: make
|
||||
- name: make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue