new travis
This commit is contained in:
parent
2f6458dd41
commit
c805c7d04b
1 changed files with 2 additions and 9 deletions
|
|
@ -5,14 +5,7 @@ branches:
|
||||||
language: c
|
language: c
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
jobs
|
script: ./configure --with-restconf=evhtp && make && sudo make install
|
||||||
- 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:
|
before_script:
|
||||||
- sudo apt-get install -y libevent libevent-dev cmake
|
- sudo apt-get install -y libevent libevent-dev cmake
|
||||||
- ./test/travis/before_script.sh
|
- ./test/travis/before_script.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue