new travis

This commit is contained in:
Olof hagsand 2020-07-07 22:01:20 +02:00
parent e420f4911f
commit 2a9fb60267

View file

@ -2,21 +2,12 @@
branches:
only:
- master
jobs:
- language: c
- os: linux
- arch: amd64
- dist: bionic
- before_script:
language: c
os: linux
arch: amd64
before_script:
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh
- script: ./configure --with-restconf=fcgi && make && sudo make install
jobs:
- language: c
- os: linux
- arch: amd64
- dist: xenial
- before_script:
- ./test/travis/before_script.sh
- script: ./configure --with-restconf=evhtp && make && sudo make install
script:
- ./configure --with-restconf=fcgi && make && sudo make install
- ./configure --with-restconf=event && make && sudo make install