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