multiple travis jobs

This commit is contained in:
Olof hagsand 2020-07-07 21:34:21 +02:00
parent e56004352c
commit e5f8d43979

View file

@ -1,4 +1,5 @@
language: c language: c
os: linux
# safelist # safelist
branches: branches:
only: only:
@ -6,5 +7,15 @@ branches:
before_script: before_script:
- sudo apt-get install -y libfcgi-dev - sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh - ./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