CI: removed evhtp dependency
Test: simplified test_helloworld.sh for it to run on openwrt
This commit is contained in:
parent
3ebc78e3ae
commit
396680d0b3
2 changed files with 45 additions and 10 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue