git-subtree-dir: third_party/mason git-subtree-split: c7a967003a7113a17faafe3b41082ad1ae3f1c2f
40 lines
1015 B
YAML
40 lines
1015 B
YAML
language: generic
|
|
|
|
matrix:
|
|
include:
|
|
- os: osx
|
|
osx_image: xcode8.2
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM_VERSION=cortex_a9
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM_VERSION=i686
|
|
- os: linux
|
|
sudo: false
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM=android MASON_ANDROID_ABI=arm-v5
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM=android MASON_ANDROID_ABI=arm-v7
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM=android MASON_ANDROID_ABI=arm-v8
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM=android MASON_ANDROID_ABI=x86
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM=android MASON_ANDROID_ABI=x86-64
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM=android MASON_ANDROID_ABI=mips
|
|
- os: linux
|
|
sudo: false
|
|
env: MASON_PLATFORM=android MASON_ANDROID_ABI=mips-64
|
|
|
|
script:
|
|
- ./mason build ${MASON_NAME} ${MASON_VERSION}
|
|
- ./mason publish ${MASON_NAME} ${MASON_VERSION}
|