From 0841cd0071529af2b2540f5537a3d03f23ca8e6a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Jul 2015 14:47:34 +0200 Subject: travis.yml: improve CI build script --- .travis.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a7cfd14..a687747 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,17 @@ +# .travis.yml + language: c + git: depth: 50000 -install: sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy python3 -script: ./bootstrap.sh && ./configure && make PYTHON=python3 -j4 maintainer-all all && make distcheck && make web-manual && ./fix-website.sh + +install: + - travis_retry sudo apt-get update + - travis_retry sudo apt-get install --allow-unauthenticated -qq gnulib lzip texlive tidy python3 + +script: + - ./bootstrap.sh + - ./configure + - make PYTHON=python3 -j4 maintainer-all all + - make distcheck + - make web-manual && ./fix-website.sh -- cgit v1.2.1