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:
|
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
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue