a884eb3dca
While here, refactor a bit so that a failing libnfc build does not indicate a failure of the libfreefare build.
21 lines
283 B
YAML
21 lines
283 B
YAML
language: c
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
env:
|
|
- BLD=cmake
|
|
- BLD=autotools
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libusb-dev
|
|
- cmake
|
|
- libcutter-dev
|
|
|
|
install:
|
|
- git clone https://github.com/nfc-tools/libnfc
|
|
- ./.travis-ci-build libnfc
|
|
script: ./.travis-ci-build .
|