xserver-multidpi/.travis.yml
Michel Dänzer ed44f9cd6a Drop Travis Linux build in favour of GitLab CI
Fold build-travis-deps.sh into .gitlab-ci.yml.

Preparation for the next change, which would break the Travis Linux
build.

Reviewed-by: Eric Anholt <eric@anholt.net>
2018-12-17 15:40:52 +01:00

19 lines
286 B
YAML

language: c
cache: ccache
branches:
except:
- /appveyor.*/
matrix:
include:
- os: osx
osx_image: xcode9.2
env: DISTRO=xcode9.2
install:
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
script:
- ./test/scripts/build-travis-osx.sh
- ccache -s