mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-10 16:46:17 +00:00
forget to add linux clang cmake
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -12,6 +12,19 @@ matrix:
|
||||
script:
|
||||
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
|
||||
dist: bionic
|
||||
compiler:
|
||||
|
||||
Reference in New Issue
Block a user