new travis

This commit is contained in:
Olof hagsand 2020-07-07 22:44:32 +02:00
parent 2f6458dd41
commit c805c7d04b

View file

@ -5,14 +5,7 @@ branches:
language: c
os: linux
arch: amd64
jobs
- script: ./configure --with-restconf=fcgi && make && sudo make install
before_script:
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh
jobs
- script: ./configure --with-restconf=evhtp && make && sudo make install
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