travis.yml: add CI
This commit is contained in:
parent
19d795c6ab
commit
c112f5f3e7
22
.travis.yml
Normal file
22
.travis.yml
Normal file
@ -0,0 +1,22 @@
|
||||
# .travis.yml
|
||||
|
||||
language: c
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- sendmail
|
||||
- texlive
|
||||
- texlive-latex-extra
|
||||
- tex4ht
|
||||
|
||||
install:
|
||||
- git clone --depth=1 git://git.savannah.gnu.org/gnulib.git
|
||||
|
||||
script:
|
||||
- ./bootstrap.sh
|
||||
- ./configure
|
||||
- make -j$(nproc)
|
||||
- make check
|
||||
- make distcheck
|
||||
Loading…
Reference in New Issue
Block a user