new travis
This commit is contained in:
parent
2f6458dd41
commit
c805c7d04b
1 changed files with 2 additions and 9 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -5,15 +5,8 @@ branches:
|
|||
language: c
|
||||
os: linux
|
||||
arch: amd64
|
||||
jobs
|
||||
- script: ./configure --with-restconf=fcgi && make && sudo make install
|
||||
before_script:
|
||||
- sudo apt-get install -y libfcgi-dev
|
||||
- ./test/travis/before_script.sh
|
||||
|
||||
jobs
|
||||
- script: ./configure --with-restconf=evhtp && make && sudo make install
|
||||
before_script:
|
||||
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