mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
Disable OTR for before_install-target in Travis.
This commit is contained in:
parent
a99fe11e6a
commit
6f6a8db260
1 changed files with 2 additions and 3 deletions
|
|
@ -16,15 +16,14 @@ addons:
|
|||
|
||||
before_install:
|
||||
- perl -V
|
||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module
|
||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module --with-otr=no
|
||||
- make dist
|
||||
- cd ..
|
||||
- tar xaf */irssi-*.tar.*
|
||||
- cd irssi-*
|
||||
|
||||
install:
|
||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build
|
||||
- cat config.log
|
||||
- ./configure --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build
|
||||
- make CFLAGS="-Wall -Werror"
|
||||
- make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue