2
0
mirror of https://github.com/vasi/pixz synced 2024-10-30 15:21:41 +00:00
pixz/.travis.yml
Christian Krause 4f079c33a2
update travis instructions
This now uses the faster, docker-based infrastructure of Travis.
2017-05-12 18:41:39 +02:00

28 lines
343 B
YAML

dist: trusty
sudo: false
language: c
compiler:
- clang
- gcc
addons:
apt:
packages:
- asciidoc
- libxml2-utils
- xmlto
- cppcheck
- libarchive-dev
- liblzma-dev
- xz-utils
script:
- autoconf --version
- automake --version
- ./autogen.sh
- ./configure
- make
- make distcheck