summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d7f5656ae8872179998b226fb19be633631c4539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# .travis.yml

language: c

sudo: false

git:
  depth: 50000

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

before_install:
  - git clone --depth=1 git://git.savannah.gnu.org/gnulib.git

script:
  - ./bootstrap.sh
  - ./configure
  - make PYTHON=python3 -j$(nproc) maintainer-all all
  - make distcheck
  # makeinfo is too old for those steps. :-(
  # - make web-manual
  # - ./fix-website.sh