mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
test make dist in travis
This commit is contained in:
parent
f43040b926
commit
36beddc64f
30
.travis.yml
30
.travis.yml
@ -16,11 +16,31 @@ addons:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- perl -V
|
- perl -V
|
||||||
|
- ./autogen.sh --with-proxy --with-bot --with-perl=module
|
||||||
|
- make dist
|
||||||
|
- cd ..
|
||||||
|
- tar xaf */irssi-*.tar.*
|
||||||
|
- cd irssi-*
|
||||||
|
|
||||||
install: true
|
install:
|
||||||
|
- ./configure --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
|
||||||
script:
|
|
||||||
- ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
|
|
||||||
- cat config.log
|
|
||||||
- make CFLAGS="-Wall -Werror"
|
- make CFLAGS="-Wall -Werror"
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- cd
|
||||||
|
- mkdir irssi-test
|
||||||
|
- echo echo automated irssi launch test > irssi-test/startup;
|
||||||
|
echo ^set settings_autosave off >> irssi-test/startup;
|
||||||
|
echo ^set -clear log_close_string >> irssi-test/startup;
|
||||||
|
echo ^set -clear log_day_changed >> irssi-test/startup;
|
||||||
|
echo ^set -clear log_open_string >> irssi-test/startup;
|
||||||
|
echo ^set log_timestamp '* ' >> irssi-test/startup;
|
||||||
|
echo ^window log on >> irssi-test/startup
|
||||||
|
- echo load perl >> irssi-test/startup
|
||||||
|
- echo load proxy >> irssi-test/startup
|
||||||
|
- echo ^quit >> irssi-test/startup
|
||||||
|
- irssi-build/bin/irssi --home irssi-test
|
||||||
|
- cat irc.log.*
|
||||||
|
|
||||||
|
script: true
|
||||||
|
Loading…
Reference in New Issue
Block a user