We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c18ee commit d5ddd9bCopy full SHA for d5ddd9b
.gitlab-ci.yml
@@ -2,7 +2,10 @@ before_script:
2
- apt-get update
3
- apt-get install --force-yes -y python lcov
4
- apt remove --purge --auto-remove cmake
5
- - apt install -y software-properties-common lsb-release cmake clang-format
+ - apt install -y software-properties-common lsb-release cmake wget
6
+ - wget https://apt.llvm.org/llvm.sh
7
+ - chmod +x llvm.sh
8
+ - ./llvm.sh 20
9
10
build:
11
tags:
@@ -22,5 +25,6 @@ format:
22
25
23
26
- Ubuntu2004-64bit
24
27
script:
28
+ - clang-format --version
29
- clang-format --dry-run --Werror `find ./ -type f -name "*.h" -o -name "*.cc" -o -name "*.cpp"`
30
0 commit comments