forget to add linux clang cmake
This commit is contained in:
parent
d5fcd08d41
commit
5c09dc180a
1 changed files with 13 additions and 0 deletions
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:
|
||||
|
|
Loading…
Reference in a new issue