File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
if : matrix.os == 'ubuntu-latest'
36
36
run : |
37
37
sudo apt-get update
38
- sudo apt-get install -y cmake ninja-build
38
+ sudo apt-get install -y cmake ninja-build libtool autoconf automake lcov
39
39
40
40
- name : Install dependencies on Mac
41
41
if : matrix.os == 'macos-latest'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ project(zq VERSION 0.1.0
7
7
if (PROJECT_IS_TOP_LEVEL)
8
8
# make git ignore the build directory
9
9
file (WRITE ${CMAKE_BINARY_DIR} /.gitignore "*" )
10
- set (ZQ_TEST_PROJECT ON ) # give option to test even if we are not the top project
10
+ option (ZQ_TEST_PROJECT "Enable testing" ON ) # give option to test even if we are not the top project
11
11
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
12
12
add_custom_target (
13
13
clangformat
Original file line number Diff line number Diff line change 6
6
" protobuf" ,
7
7
{
8
8
"name" : " zeromq" ,
9
- "features" : [ " sodium " , " websockets" ]
9
+ "features" : [ " websockets" ]
10
10
}
11
11
]
12
12
}
You can’t perform that action at this time.
0 commit comments