summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml50
1 files changed, 50 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..bb9017b2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,50 @@
+sudo: no
+
+language: c
+
+compiler:
+ - gcc
+
+notifications:
+ email:
+ recipients:
+ - darnir@gmail.com
+ - bug-wget@gnu.org
+ on_success: change
+ on_failure: always
+
+env:
+ global:
+ - PERLLIB=$PERLLIB:../../tests
+ - PERL5LIB=$PERL5LIB:../../tests
+ matrix:
+ - SSL=""
+ - SSL="openssl"
+ - SSL="gnutls"
+
+addons:
+ apt:
+ packages:
+ - automake
+ - autoconf
+ - autopoint
+ - flex
+ - texinfo
+ - pkg-config
+ - libgnutls-dev
+ - libssl-dev
+ - make
+ - libhttp-daemon-perl
+ - libio-socket-ssl-perl
+ - libidn11-dev
+ - gettext
+ - texlive
+ - python3
+ - valgrind
+ - language-pack-tr
+ - language-pack-ja
+
+script:
+ - make distclean || true
+ - ./bootstrap
+ - ./contrib/travis-ci $SSL