petidomo/.travis.yml

26 lines
357 B
YAML
Raw Normal View History

2017-01-17 22:04:19 +00:00
# .travis.yml
language: c
dist: xenial
git:
submodules: false
2017-01-17 22:04:19 +00:00
addons:
apt:
packages:
- sendmail
- texlive
- texlive-latex-extra
- tex4ht
- latexmk
2017-01-17 22:04:19 +00:00
install:
- git clone --depth=1 git://git.savannah.gnu.org/gnulib.git
script:
- ./bootstrap.sh
- ./configure
- make -j$(nproc)
- make check
- make distcheck