new travis
This commit is contained in:
parent
6504fe4e12
commit
e420f4911f
1 changed files with 6 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
language: c
|
|
||||||
os: linux
|
|
||||||
# safelist
|
# safelist
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
|
- language: c
|
||||||
|
- os: linux
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
- dist: bionic
|
- dist: bionic
|
||||||
- before_script:
|
- before_script:
|
||||||
|
|
@ -12,7 +12,11 @@ jobs:
|
||||||
- ./test/travis/before_script.sh
|
- ./test/travis/before_script.sh
|
||||||
- script: ./configure --with-restconf=fcgi && make && sudo make install
|
- script: ./configure --with-restconf=fcgi && make && sudo make install
|
||||||
jobs:
|
jobs:
|
||||||
|
- language: c
|
||||||
|
- os: linux
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
- dist: xenial
|
- dist: xenial
|
||||||
|
- before_script:
|
||||||
|
- ./test/travis/before_script.sh
|
||||||
- script: ./configure --with-restconf=evhtp && make && sudo make install
|
- script: ./configure --with-restconf=evhtp && make && sudo make install
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue