new travis
This commit is contained in:
parent
8db65c59ea
commit
2f6458dd41
3 changed files with 15 additions and 4 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -5,8 +5,15 @@ branches:
|
|||
language: c
|
||||
os: linux
|
||||
arch: amd64
|
||||
before_script:
|
||||
jobs
|
||||
- script: ./configure --with-restconf=fcgi && make && sudo make install
|
||||
before_script:
|
||||
- sudo apt-get install -y libfcgi-dev
|
||||
- ./test/travis/before_script.sh
|
||||
script:
|
||||
- ./configure --with-restconf=evhtp && make && sudo make install
|
||||
|
||||
jobs
|
||||
- script: ./configure --with-restconf=evhtp && make && sudo make install
|
||||
before_script:
|
||||
- sudo apt-get install -y libevent libevent-dev cmake
|
||||
- ./test/travis/before_script.sh
|
||||
- ./test/travis/build_evhtp.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue