libfreefare/.travis.yml
2017-06-26 11:52:00 +02:00

25 lines
442 B
YAML

language: c
compiler:
- clang
- gcc
env:
- BLD=cmake
- BLD=autotools
addons:
apt:
sources:
- sourceline: 'ppa:cutter-testing-framework/ppa'
packages:
- libusb-dev
- cmake
- cutter-testing-framework
install:
- git clone https://github.com/nfc-tools/libnfc
- ./.travis-ci-build libnfc
script:
- ./.travis-ci-build .
- if [ "$BLD" = autotools ]; then (cd build-autotools && cutter test); fi