new travis
This commit is contained in:
parent
9470caa1c0
commit
b655d56fb4
1 changed files with 5 additions and 6 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -1,12 +1,11 @@
|
|||
language: c
|
||||
# safelist
|
||||
os: linux
|
||||
arch: amd64
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
language: c
|
||||
os: linux
|
||||
arch: amd64
|
||||
script: ./configure --with-restconf=evhtp && make && sudo make install
|
||||
script: ./configure --with-restconf=fcgi && make && sudo make install && make test
|
||||
before_script:
|
||||
- sudo apt-get install -y libevent-dev cmake libssl openssl libssl-dev
|
||||
- sudo apt-get install -y libfcgi-dev
|
||||
- ./test/travis/before_script.sh
|
||||
- ./test/travis/build_evhtp.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue