libnfc/.travis.yml

18 lines
270 B
YAML
Raw Normal View History

2015-09-01 09:33:06 +02:00
language: cpp
addons:
apt:
packages:
- libusb-dev
- doxygen
- cmake
- libcutter-dev
script:
- autoreconf -vfi
- ./configure --prefix=$HOME/.local/
- make -j2
- make install
- cmake -DCMAKE_INSTALL_PREFIX=~/.local .
- make install -j2