git-subtree-dir: third_party/mason git-subtree-split: c7a967003a7113a17faafe3b41082ad1ae3f1c2f
12 lines
199 B
YAML
12 lines
199 B
YAML
language: generic
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
compiler: clang
|
|
sudo: false
|
|
|
|
script:
|
|
- ./mason build ${MASON_NAME} ${MASON_VERSION}
|
|
- ./mason publish ${MASON_NAME} ${MASON_VERSION}
|