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:
|
before_install:
|
||||||
- perl -V
|
- 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
|
- make dist
|
||||||
- cd ..
|
- cd ..
|
||||||
- tar xaf */irssi-*.tar.*
|
- tar xaf */irssi-*.tar.*
|
||||||
- cd irssi-*
|
- cd irssi-*
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build
|
- ./configure --with-proxy --with-bot --with-perl=module --with-otr=no --prefix=$HOME/irssi-build
|
||||||
- cat config.log
|
|
||||||
- make CFLAGS="-Wall -Werror"
|
- make CFLAGS="-Wall -Werror"
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue