github actions: native restconf

This commit is contained in:
Olof hagsand 2021-06-16 13:09:13 +02:00
parent 113f92ab41
commit f66916ae57

View file

@ -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