new travis
This commit is contained in:
parent
e420f4911f
commit
2a9fb60267
1 changed files with 7 additions and 16 deletions
23
.travis.yml
23
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue