Added WeeChat install instructions to Travis.
This commit is contained in:
parent
9afc5b7b47
commit
8ba2872ee6
11
.travis.yml
11
.travis.yml
@ -2,7 +2,7 @@ language: c
|
||||
|
||||
before_script:
|
||||
# install libsodium (needed for libtoxcore)
|
||||
- _libsodium_version=0.4.5
|
||||
- _libsodium_version=0.7.0
|
||||
- git clone git://github.com/jedisct1/libsodium.git > /dev/null
|
||||
- pushd libsodium
|
||||
- git checkout tags/${_libsodium_version} > /dev/null
|
||||
@ -21,4 +21,13 @@ before_script:
|
||||
- sudo make install > /dev/null
|
||||
- popd
|
||||
|
||||
# install weechat
|
||||
- git clone git://github.com/weechat/weechat > /dev/null
|
||||
- pushd weechat
|
||||
- mkdir build && cd build
|
||||
- cmake .. -DPREFIX=/usr > /dev/null
|
||||
- make -j3 > /dev/null
|
||||
- sudo make install > /dev/null
|
||||
- popd
|
||||
|
||||
script: cmake . && make -j3
|
||||
|
Loading…
Reference in New Issue
Block a user