toxcore/.travis.yml
2013-06-24 20:56:38 -04:00

18 lines
230 B
YAML

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