-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.lgtm.yml
More file actions
32 lines (32 loc) · 727 Bytes
/
.lgtm.yml
File metadata and controls
32 lines (32 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
path_classifiers:
test: "tests/*.*"
extraction:
cpp:
prepare:
packages:
- "curl"
- "ca-certificates"
- "build-essential"
- "cmake"
- "git"
- "pkg-config"
- "libmbedtls-dev"
- "libnuma1 libnuma-dev"
- "libyaml-0-2"
- "libyaml-dev"
- "libcurl4-openssl-dev"
- "libcurl4"
- "libpcre2-8-0"
- "libpcre2-dev"
- "libjson-c-dev"
- "lcov"
- "gcovr"
configure:
command:
- "mkdir build"
- "cd build"
- "cmake .. -DCMAKE_BUILD_TYPE=Debug -DUSE_HASH_ALGORITHM_T1HA2=1"
index:
build_command:
- "cd build"
- "make cachegrand-server"