forked from microsoft/onnxruntime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lgtm.yml
25 lines (23 loc) · 772 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
path_classifiers:
library:
- exclude: cmake
queries:
- include: "*"
extraction:
cpp:
prepare:
packages:
- ninja-build
after_prepare:
# Install cmake
- mkdir custom_cmake
- wget --quiet -O - "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C custom_cmake
- "export PATH=$(pwd)/custom_cmake/bin:${PATH}"
index:
build_command:
- ./build.sh --cmake_generator Ninja --config Debug --skip_submodule_sync --build_shared_lib --parallel --skip_tests --minimal_build --disable_exceptions --enable_training_ops
csharp:
index:
solution: ["csharp/OnnxRuntime.CSharp.sln"]
buildless: true
nuget_restore: true