12 lines
289 B
YAML
12 lines
289 B
YAML
language: cpp
|
|
compiler:
|
|
- clang
|
|
script: mkdir build && cd build && cmake .. -DSC_ENABLE_TESTING=ON && make -j2 && make -j2 test
|
|
branches:
|
|
only:
|
|
- master
|
|
notifications:
|
|
irc: "chat.freenode.net#stepcode"
|
|
email: scl-dev@groups.google.com
|
|
on_success: change
|
|
on_failure: always
|