osrm-backend/third_party/mason/scripts/glfw/3.2.1/.travis.yml

24 lines
670 B
YAML
Raw Normal View History

language: generic
matrix:
include:
- os: osx
osx_image: xcode7.3
compiler: clang
- os: linux
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages: [ 'libstdc++-5-dev', 'cmake', 'cmake-data',
'libxi-dev', 'libglu1-mesa-dev', 'x11proto-randr-dev', 'x11proto-xext-dev', 'libxrandr-dev',
'x11proto-xf86vidmode-dev', 'libxxf86vm-dev', 'libxcursor-dev', 'libxinerama-dev' ]
script:
- ./mason build ${MASON_NAME} ${MASON_VERSION}
after_success:
- ./mason publish ${MASON_NAME} ${MASON_VERSION}