clixon/.travis.yml
2020-07-07 21:34:21 +02:00

21 lines
No EOL
347 B
YAML

language: c
os: linux
# safelist
branches:
only:
- master
before_script:
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh
arch:
- amd64
- arm64
jobs:
- arch: amd64
- dist: bionic
- script: ./configure && make && sudo make install
jobs:
- arch: arm64
- dist: xenial
- script: ./configure && make && sudo make install