github actions: libevent and clixon users
This commit is contained in:
parent
fdcb7eb9ab
commit
f7162297d3
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -15,8 +15,12 @@ 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 libevent
|
||||||
|
run: sudo apt install -y libevent-dev libssl-dev
|
||||||
- name: install libevhtp
|
- name: install libevhtp
|
||||||
run: (git clone https://github.com/clicon/clixon-libevhtp.git && cd clixon-libevhtp && ./configure && make && sudo make install)
|
run: (git clone https://github.com/clicon/clixon-libevhtp.git && cd clixon-libevhtp && ./configure && make && sudo make install)
|
||||||
|
- name: clixon and www-data users
|
||||||
|
run: sudo useradd -M www-data && sudo useradd -M -U clicon && sudo usermod -a -G clicon www-data
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure --with-restconf=native
|
run: ./configure --with-restconf=native
|
||||||
- name: make
|
- name: make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue