osrm-backend/third_party/mason/scripts/boringssl/a6aabff2e6e95a71b2f966447eebd53e57d8bf83/.travis.yml

21 lines
388 B
YAML

language: cpp
sudo: false
matrix:
include:
- os: osx
compiler: clang
- os: linux
compiler: clang
- os: linux
env: MASON_PLATFORM=android MASON_ANDROID_ARCH=arm
- os: linux
env: MASON_PLATFORM=android MASON_ANDROID_ARCH=x86
script:
- ./mason build ${MASON_NAME} ${MASON_VERSION}
after_success:
- ./mason publish ${MASON_NAME} ${MASON_VERSION}