clixon/.travis.yml
2020-07-07 22:50:41 +02:00

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