xbps/.travis.yml

16 lines
339 B
YAML
Raw Normal View History

sudo: required
2016-02-04 14:57:10 +05:30
dist: trusty
2014-10-05 01:21:08 +05:30
language: c
compiler:
- gcc
- clang
env:
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
2014-10-05 01:26:20 +05:30
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