1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Remove lcov depdency

This commit is contained in:
Joakim Soderberg 2014-11-26 01:23:13 +08:00 committed by Andy Green
parent 1632c9a894
commit 4eb182f873

View file

@ -13,7 +13,7 @@ compiler:
- clang
language: c
install:
- sudo apt-get update -qq && sudo apt-get install -y -qq lcov valgrind
- sudo apt-get update -qq && sudo apt-get install -y -qq valgrind
script:
- mkdir build && cd build && cmake $CMAKE_ARGS .. && cmake --build .