clixon/.travis.yml
2020-11-30 20:12:07 +01:00

11 lines
247 B
YAML

language: c
# safelist
os: linux
arch: amd64
branches:
only:
- master
script: ./configure --with-restconf=fcgi && make && sudo make install && make test
before_script:
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh