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:
|
||||
only:
|
||||
- master
|
||||
before_script:
|
||||
- sudo apt-get install -y libfcgi-dev
|
||||
- ./test/travis/before_script.sh
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
jobs:
|
||||
- arch: amd64
|
||||
- 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:
|
||||
- arch: arm64
|
||||
- arch: amd64
|
||||
- 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