mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-23 18:50:05 +00:00
forget to add linux clang cmake
This commit is contained in:
parent
d5fcd08d41
commit
5c09dc180a
13
.travis.yml
13
.travis.yml
@ -12,6 +12,19 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
cmake -GNinja .. && cmake --build .
|
cmake -GNinja .. && cmake --build .
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
dist: bionic
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libusb-dev
|
||||||
|
- doxygen
|
||||||
|
- cmake
|
||||||
|
script:
|
||||||
|
- mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=~/.local .. && make -j2 && make install
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
compiler:
|
compiler:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user