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
|
# safelist
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
language: c
|
script: ./configure --with-restconf=fcgi && make && sudo make install && make test
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
script: ./configure --with-restconf=evhtp && make && sudo make install
|
|
||||||
before_script:
|
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/before_script.sh
|
||||||
- ./test/travis/build_evhtp.sh
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue