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: branches:
only: only:
- master - master
jobs: language: c
- language: c os: linux
- os: linux arch: amd64
- arch: amd64 before_script:
- dist: bionic
- before_script:
- sudo apt-get install -y libfcgi-dev - sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh - ./test/travis/before_script.sh
- script: ./configure --with-restconf=fcgi && make && sudo make install script:
jobs: - ./configure --with-restconf=fcgi && make && sudo make install
- language: c - ./configure --with-restconf=event && make && sudo make install
- os: linux
- arch: amd64
- dist: xenial
- before_script:
- ./test/travis/before_script.sh
- script: ./configure --with-restconf=evhtp && make && sudo make install