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

language: c
git:
  depth: 50000

addons:
  apt:
    packages:
      - gnulib
      - python3
      - texlive
      - texinfo
      - tidy

script:
  - ./bootstrap.sh
  - ./configure
  - make PYTHON=python3 -j$(nproc) maintainer-all all
  - make distcheck
  - make web-manual
  - ./fix-website.sh