Skip to content

Commit

Permalink
forget to add linux clang cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
gelotus committed Jul 8, 2020
1 parent d5fcd08 commit 5c09dc1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c09dc1

Please sign in to comment.