mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
18 lines
230 B
YAML
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
|
||
|
|