16 lines
133 B
YAML
16 lines
133 B
YAML
|
language: cpp
|
||
|
|
||
|
compiler:
|
||
|
- gcc
|
||
|
- clang
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
- testing
|
||
|
|
||
|
notifications:
|
||
|
email: true
|
||
|
|
||
|
os:
|
||
|
- linux
|