mirror of
https://github.com/vasi/pixz
synced 2024-10-30 15:21:41 +00:00
4f079c33a2
This now uses the faster, docker-based infrastructure of Travis.
28 lines
343 B
YAML
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
|