new travis

This commit is contained in:
Olof hagsand 2020-07-07 22:27:47 +02:00
parent 8db65c59ea
commit 2f6458dd41
3 changed files with 15 additions and 4 deletions

5
test/travis/build_evhtp.sh Executable file
View 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)