Skip to content
Snippets Groups Projects
Unverified Commit 5ea3ebe7 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CI: update to changes in alt-builder image

parent e5c7d8a8
No related branches found
No related tags found
1 merge request!107Dev tp
Pipeline #49910 passed with warnings
......@@ -111,7 +111,7 @@ build:builder:gcc:
build:builder:clang:
extends: .build:builder
variables:
CXX: clang++-8
CXX: clang++
 
test:builder:gcc:
extends: .test:builder
......@@ -271,7 +271,7 @@ static-analysis:cppcheck:
static-analysis:clang-tidy:
extends: .template:static-analysis
script:
- jq ".[].file" build/compile_commands.json | tr -d "\"" | grep -v "test-src" | xargs -n1 -P$(grep -c processor /proc/cpuinfo) clang-tidy-8 -p build/
- jq ".[].file" build/compile_commands.json | tr -d "\"" | grep -v "test-src" | xargs -n1 -P$(grep -c processor /proc/cpuinfo) clang-tidy -p build/
 
 
#######################################################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment