new travis
This commit is contained in:
parent
8db65c59ea
commit
2f6458dd41
3 changed files with 15 additions and 4 deletions
5
test/travis/build_evhtp.sh
Executable file
5
test/travis/build_evhtp.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Travis pre-config script.
|
||||
# build libevhtp
|
||||
git clone https://github.com/criticalstack/libevhtp.git
|
||||
(cd libevhtp/build && cmake -DEVHTP_DISABLE_REGEX=ON -DEVHTP_DISABLE_EVTHR=ON .. && make && sudo make install)
|
||||
Loading…
Add table
Add a link
Reference in a new issue