.travis.yml (ncompress-4.2.4.6) | : | .travis.yml (ncompress-5.0) | ||
---|---|---|---|---|
# Travis build integration. | # Travis build integration. | |||
# https://docs.travis-ci.com/ | # https://docs.travis-ci.com/ | |||
language: c | language: c | |||
compiler: | ||||
- clang | ||||
- gcc | ||||
sudo: false | matrix: | |||
include: | ||||
- os: linux | ||||
arch: arm64 | ||||
compiler: clang | ||||
- os: linux | ||||
arch: arm64 | ||||
compiler: gcc | ||||
os: | - os: linux | |||
- linux | arch: s390x | |||
- osx | compiler: clang | |||
- windows | - os: linux | |||
arch: s390x | ||||
compiler: gcc | ||||
- os: linux | ||||
arch: ppc64le | ||||
compiler: clang | ||||
- os: linux | ||||
arch: ppc64le | ||||
compiler: gcc | ||||
script: ./travis/main.sh | script: ./travis/main.sh | |||
End of changes. 3 change blocks. | ||||
8 lines changed or deleted | 21 lines changed or added |