multiple travis jobs
This commit is contained in:
parent
e56004352c
commit
e5f8d43979
1 changed files with 12 additions and 1 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue