a04bfbbc4b
It is anonnying.
13 lines
129 B
YAML
13 lines
129 B
YAML
language: cpp
|
|
compiler: clang
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
script: './script/cibuild'
|
|
|
|
git:
|
|
depth: 10
|