osrm-backend/scripts/clang/3.5.2/.travis.yml
Patrick Niklaus f8dd965435 Squashed 'third_party/mason/' content from commit cf3561b
git-subtree-dir: third_party/mason
git-subtree-split: cf3561bf78cb146821dba3d95c308fc44db05f46
2016-12-15 10:31:15 +00:00

29 lines
623 B
YAML

language: generic
matrix:
include:
- os: osx
osx_image: xcode7.3
compiler: clang
- os: linux
compiler: gcc
env: CXX=g++-5 CC=gcc-5
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6
- g++-5
script:
- ./mason install cmake 3.5.2
- export PATH=$(./mason prefix cmake 3.5.2)/bin:${PATH}
- ./mason install ninja 1.7.1
- export PATH=$(./mason prefix ninja 1.7.1)/bin:${PATH}
- ./mason build ${MASON_NAME} ${MASON_VERSION}
after_success:
- ./mason publish ${MASON_NAME} ${MASON_VERSION}