* New docker build (preliminary) for a development container
* Load clixon-clispec on start
This commit is contained in:
parent
854958b5e8
commit
8c5a5a0fb3
11 changed files with 303 additions and 9 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -16,12 +16,12 @@ 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
|
||||
- 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: configure
|
||||
run: ./configure --with-restconf=native
|
||||
run: ./configure
|
||||
# 2) Use docker for tests
|
||||
- name: make test # this is docker test
|
||||
run: make test
|
||||
Loading…
Add table
Add a link
Reference in a new issue