github actions: libevhtp

This commit is contained in:
Olof hagsand 2021-06-16 13:11:18 +02:00
parent f66916ae57
commit fdcb7eb9ab

View file

@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install cligen - name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install) 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 - name: configure
run: ./configure --with-restconf=native run: ./configure --with-restconf=native
- name: make - name: make