new travis

This commit is contained in:
Olof hagsand 2020-07-07 22:59:56 +02:00
parent 9470caa1c0
commit b655d56fb4

View file

@ -1,12 +1,11 @@
language: c
# safelist
os: linux
arch: amd64
branches:
only:
- master
language: c
os: linux
arch: amd64
script: ./configure --with-restconf=evhtp && make && sudo make install
script: ./configure --with-restconf=fcgi && make && sudo make install && make test
before_script:
- sudo apt-get install -y libevent-dev cmake libssl openssl libssl-dev
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh
- ./test/travis/build_evhtp.sh