new travis
This commit is contained in:
parent
e5f8d43979
commit
6504fe4e12
1 changed files with 6 additions and 9 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -4,18 +4,15 @@ os: linux
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
before_script:
|
|
||||||
- sudo apt-get install -y libfcgi-dev
|
|
||||||
- ./test/travis/before_script.sh
|
|
||||||
arch:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
jobs:
|
jobs:
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
- dist: bionic
|
- dist: bionic
|
||||||
- script: ./configure && make && sudo make install
|
- before_script:
|
||||||
|
- sudo apt-get install -y libfcgi-dev
|
||||||
|
- ./test/travis/before_script.sh
|
||||||
|
- script: ./configure --with-restconf=fcgi && make && sudo make install
|
||||||
jobs:
|
jobs:
|
||||||
- arch: arm64
|
- arch: amd64
|
||||||
- dist: xenial
|
- dist: xenial
|
||||||
- script: ./configure && make && sudo make install
|
- script: ./configure --with-restconf=evhtp && make && sudo make install
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue