toxcore/.travis.yml

18 lines
230 B
YAML
Raw Normal View History

2013-06-25 08:56:38 +08:00
language: c
compiler:
- gcc
script:
- cmake CMakeLists.txt
- make -j3
notifications:
email: false
irc:
channels:
- "chat.freenode.net#InsertProjectNameHere"
on_success: always
on_failure: always