new travis

This commit is contained in:
Olof hagsand 2020-07-07 22:27:47 +02:00
parent 8db65c59ea
commit 2f6458dd41
3 changed files with 15 additions and 4 deletions

View file

@ -5,8 +5,15 @@ branches:
language: c
os: linux
arch: amd64
before_script:
jobs
- script: ./configure --with-restconf=fcgi && make && sudo make install
before_script:
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh
script:
- ./configure --with-restconf=evhtp && make && sudo make install
jobs
- script: ./configure --with-restconf=evhtp && make && sudo make install
before_script:
- sudo apt-get install -y libevent libevent-dev cmake
- ./test/travis/before_script.sh
- ./test/travis/build_evhtp.sh