1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: add .travis.yml

This commit is contained in:
Mikaela Suomalainen
2014-05-03 18:54:12 +03:00
parent 33450ddb8b
commit df3f6207f6
+15
View File
@@ -0,0 +1,15 @@
language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get build-dep weechat
before_script:
- ulimit -c unlimited
script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug
- make
- sudo make install