osrm-backend/third_party/mason/scripts/ragel/6.9/.travis.yml

17 lines
215 B
YAML
Raw Normal View History

language: cpp
sudo: false
compiler: clang
matrix:
include:
- os: osx
- os: linux
script:
- ./mason build ${MASON_NAME} ${MASON_VERSION}
after_success:
- ./mason publish ${MASON_NAME} ${MASON_VERSION}