osrm-backend/third_party/mason/scripts/webp/0.6.0/.travis.yml

21 lines
412 B
YAML

language: generic
matrix:
include:
- os: osx
osx_image: xcode8.2
compiler: clang
- os: linux
env: MASON_PLATFORM_VERSION=i686
sudo: false
- os: linux
env: MASON_PLATFORM_VERSION=cortex_a9
sudo: false
- os: linux
compiler: clang
sudo: false
script:
- ./mason build ${MASON_NAME} ${MASON_VERSION}
- ./mason publish ${MASON_NAME} ${MASON_VERSION}