1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

Merge pull request #69 from Mkaysi/travis

Travis
This commit is contained in:
Sébastien Helleu
2014-05-04 07:29:37 +02:00
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs
- sudo mk-build-deps -i debian/control
script:
- mkdir build;cd build
- cmake ..
- make
- sudo make install
after_success:
- weechat --help
- weechat -r /quit
+1 -1
View File
@@ -3,13 +3,13 @@
:email: flashcode@flashtux.org
:lang: en
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat
environment for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with scripts.
Homepage: http://weechat.org/
image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/weechat"]
== Features