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:
+15
@@ -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
|
||||
Reference in New Issue
Block a user