commit
3223429d29
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user