forked from DIPlib/diplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lgtm.yml
31 lines (31 loc) · 891 Bytes
/
.lgtm.yml
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
path_classifiers:
external:
- dependencies
- "include/diplib/private/pcg_*.hpp"
- tools
test:
- exclude: /
- examples/pydip_examples.py
queries:
- exclude: cpp/large-parameter
extraction:
cpp:
prepare:
packages:
- g++-6
- freeglut3-dev
- python3-dev
after_prepare:
- mkdir -p $LGTM_WORKSPACE/latest-gcc-symlinks
- ln -s /usr/bin/g++-6 $LGTM_WORKSPACE/latest-gcc-symlinks/g++
- ln -s /usr/bin/gcc-6 $LGTM_WORKSPACE/latest-gcc-symlinks/gcc
- export PATH=$LGTM_WORKSPACE/latest-gcc-symlinks:$PATH
- export GNU_MAKE=make
- export GIT=true
- mkdir $LGTM_SRC/target
configure:
command:
- cd $LGTM_SRC/target && cmake ..
index:
build_command:
- cd $LGTM_SRC/target && $GNU_MAKE -j2