Commit 3587251 1 parent 46a9262 commit 3587251 Copy full SHA for 3587251
File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v3.1.0
15
15
- name : Install
16
16
run : |
17
- wget https://apt.llvm.org/llvm.sh
18
- chmod +x llvm.sh
19
- sudo ./llvm.sh 15 all
20
17
( cd /tmp
21
18
git clone --depth 1 "https://gitlab.com/libeigen/eigen"
22
19
cmake -S "eigen" -B "eigen/build"
40
37
- name : Verify
41
38
run : |
42
39
FILES="include/fcarouge/kalman.hpp benchmark/include/benchmark.hpp"
43
- clang-tidy-15 ${FILES} --warnings-as-errors=* -- \
40
+ clang-tidy ${FILES} --warnings-as-errors=* -- \
44
41
-x c++ -Iinclude \
45
42
-I/usr/local/include/eigen3 \
46
43
-Isupport \
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v3
15
15
- name : " Install"
16
16
run : |
17
- wget https://apt.llvm.org/llvm.sh
18
- chmod +x llvm.sh
19
- sudo ./llvm.sh 15 all
20
17
pip install cmakelang
21
18
- name : " Test"
22
19
run : |
23
20
find . -iname "*.hpp" -o -iname "*.tpp" -o -iname "*.cpp" -o -iwholename "./support/format" | xargs \
24
- clang-format-15 --Werror --dry-run --verbose -style=file
21
+ clang-format --Werror --dry-run --verbose -style=file
25
22
cmake-format --check CMakeLists.txt
You can’t perform that action at this time.
0 commit comments