12 lines
294 B
YAML
12 lines
294 B
YAML
# safelist
|
|
branches:
|
|
only:
|
|
- master
|
|
language: c
|
|
os: linux
|
|
arch: amd64
|
|
script: ./configure --with-restconf=evhtp && make && sudo make install
|
|
before_script:
|
|
- sudo apt-get install -y libevent-dev cmake openssl libssl-dev
|
|
- ./test/travis/before_script.sh
|
|
- ./test/travis/build_evhtp.sh
|