mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +00:00
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user