clixon/.travis.yml
2020-07-07 22:01:20 +02:00

13 lines
305 B
YAML

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