xbps/.travis.yml

14 lines
303 B
YAML
Raw Normal View History

2014-10-04 21:51:08 +02:00
language: c
compiler:
- gcc
- clang
env:
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
2014-10-04 21:56:20 +02:00
before_install:
- ./admin/travis-install-deps.sh
script:
- LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" ./configure --enable-tests --enable-debug && make -j16 && make check