pkgconf/.travis.yml

29 lines
349 B
YAML
Raw Normal View History

2015-02-03 08:22:10 +00:00
language: c
compiler:
- clang
- gcc
2016-09-18 21:38:11 +00:00
addons:
apt:
packages:
- liblua5.2-dev
sudo: required
before_install:
scripts/install_deps.sh
2015-02-03 08:22:10 +00:00
script:
2015-02-03 08:26:13 +00:00
- sh ./autogen.sh
- ./configure
- make distcheck
2015-02-03 08:22:10 +00:00
notifications:
email: false
irc:
channels:
- "irc.freenode.org#pkgconf"
on_success: change
on_failure: always