CI: removed evhtp dependency

Test: simplified test_helloworld.sh for it to run on openwrt
This commit is contained in:
Olof hagsand 2022-02-10 18:00:40 +01:00
parent 3ebc78e3ae
commit 396680d0b3
2 changed files with 45 additions and 10 deletions

View file

@ -16,10 +16,8 @@ jobs:
# 1) checkout and compile natively
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
- name: install libevent, ssl and nghttp2
run: sudo apt install -y libevent-dev libssl-dev libnghttp2-dev
- name: install libevhtp
run: (git clone https://github.com/clicon/clixon-libevhtp.git && cd clixon-libevhtp && ./configure && make && sudo make install)
- name: install ssl and nghttp2
run: sudo apt install -y libssl-dev libnghttp2-dev
- name: configure
run: ./configure
# 2) Use docker for tests