git-subtree-dir: third_party/mason git-subtree-split: cf3561bf78cb146821dba3d95c308fc44db05f46
21 lines
388 B
YAML
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}
|