15 lines
168 B
YAML
15 lines
168 B
YAML
language: cpp
|
|
compiler: clang
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|
|
|
|
script: './script/cibuild'
|
|
|
|
git:
|
|
depth: 10
|