mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Added support of Travis CI
This commit is contained in:
parent
20c7244357
commit
d8d8aa6483
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
|
Loading…
Reference in New Issue
Block a user