summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ba26eb68c02da61a559e4a44d138ccff0d33eb55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# .travis.yml

language: c

git:
  depth: 50000

install:
  - travis_retry sudo apt-key update
  - travis_retry sudo apt-get update
  - travis_retry sudo apt-get install -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