15 lines
181 B
YAML
15 lines
181 B
YAML
language: cpp
|
|
dist: trusty
|
|
compiler:
|
|
- clang
|
|
os:
|
|
- linux
|
|
script:
|
|
- cd build
|
|
- cmake -DCMAKE_BUILD_TYPE=Debug ..
|
|
- make
|
|
|
|
notifications:
|
|
email:
|
|
- phundrak@phundrak.fr
|