Run the test suite using cutter
This is only available with the autotools build for now.
This commit is contained in:
parent
616df0af82
commit
33eaf7fcce
1 changed files with 3 additions and 1 deletions
|
@ -18,4 +18,6 @@ addons:
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/nfc-tools/libnfc
|
- git clone https://github.com/nfc-tools/libnfc
|
||||||
- ./.travis-ci-build libnfc
|
- ./.travis-ci-build libnfc
|
||||||
script: ./.travis-ci-build .
|
script:
|
||||||
|
- ./.travis-ci-build .
|
||||||
|
- if [ "$BLD" = autotools ]; then (cd build-autotools && cutter test); fi
|
||||||
|
|
Loading…
Reference in a new issue