tmux/.travis.yml
Nicholas Marriott 55901367d0 Add more stuff.
2020-05-03 11:16:30 +01:00

39 lines
410 B
YAML

language: c
os:
- linux
- osx
compiler:
- gcc
- clang
arch:
- amd64
- arm64
dist:
- xenial
- bionic
- trusty
- precise
env:
- BUILD=
- BUILD=static
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