blob: d093574ce7b8635f11593daa941926d031a33c24 [file] [log] [blame] [raw]
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
arch:
- amd64
- arm64
env:
- BUILD=
- BUILD=static
- BUILD=all
jobs:
exclude:
- os: osx
compiler: gcc
env: BUILD=static
- os: osx
compiler: clang
env: BUILD=static
before_install:
- sh .github/travis/before-install.sh
script:
- sh .github/travis/build.sh