This repository was archived by the owner on Apr 19, 2023. It is now read-only.
File tree 4 files changed +18
-18
lines changed
4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 7
7
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - uses : DoozyX/clang-format-lint-action@v0.13
10
+ - uses : DoozyX/clang-format-lint-action@v0.15
11
11
with :
12
12
source : ' .'
13
13
exclude : ' ./third_party ./external'
14
14
extensions : ' h,cpp,hpp'
15
- clangFormatVersion : 12
15
+ clangFormatVersion : 15
16
16
inplace : True
17
17
- uses : EndBug/add-and-commit@v4
18
18
with :
Original file line number Diff line number Diff line change 14
14
CONAN_SYSREQUIRES_MODE : enabled
15
15
CONAN_USER_HOME : " ${{ github.workspace }}/conan-cache"
16
16
CONAN_USER_HOME_SHORT : " ${{ github.workspace }}/conan-cache/short"
17
- CLANG_TIDY_VERSION : " 13 .0.0 "
17
+ CLANG_TIDY_VERSION : " 15 .0.6 "
18
18
19
19
jobs :
20
20
Test :
@@ -31,13 +31,13 @@ jobs:
31
31
# and your own projects needs
32
32
matrix :
33
33
os :
34
- - ubuntu-20 .04
35
- - macos-10.15
36
- - windows-2019
34
+ - ubuntu-22 .04
35
+ - macos-12
36
+ - windows-2022
37
37
compiler :
38
- # you can specify the version after `-` like "llvm-13 .0.0 ".
39
- - llvm-13 .0.0
40
- - gcc-11
38
+ # you can specify the version after `-` like "llvm-15 .0.6 ".
39
+ - llvm-15 .0.6
40
+ - gcc-12
41
41
generator :
42
42
- " Ninja Multi-Config"
43
43
build_type :
@@ -49,15 +49,15 @@ jobs:
49
49
50
50
exclude :
51
51
# mingw is determined by this author to be too buggy to support
52
- - os : windows-2019
53
- compiler : gcc-11
52
+ - os : windows-2022
53
+ compiler : gcc-12
54
54
55
55
include :
56
56
# Add appropriate variables for gcov version required. This will intentionally break
57
57
# if you try to use a compiler that does not have gcov set
58
- - compiler : gcc-11
58
+ - compiler : gcc-12
59
59
gcov_executable : gcov
60
- - compiler : llvm-13 .0.0
60
+ - compiler : llvm-15 .0.6
61
61
gcov_executable : " llvm-cov gcov"
62
62
63
63
# Set up preferred package generators, for given build configurations
66
66
package_generator : TBZ2
67
67
68
68
# This exists solely to make sure a non-multiconfig build works
69
- - os : ubuntu-20 .04
70
- compiler : gcc-11
69
+ - os : ubuntu-22 .04
70
+ compiler : gcc-12
71
71
generator : " Unix Makefiles"
72
72
build_type : Debug
73
73
gcov_executable : gcov
Original file line number Diff line number Diff line change 44
44
# Learn more about CodeQL language support at https://git.io/codeql-language-support
45
45
compiler :
46
46
# you can specify the version after `-` like "llvm-13.0.0".
47
- - gcc-11
47
+ - gcc-12
48
48
generator :
49
49
- " Ninja Multi-Config"
50
50
build_type :
Original file line number Diff line number Diff line change 27
27
strategy :
28
28
matrix :
29
29
compiler :
30
- - gcc-11
30
+ - gcc-12
31
31
generator :
32
32
- " Unix Makefiles"
33
33
build_type :
@@ -153,7 +153,7 @@ jobs:
153
153
strategy :
154
154
matrix :
155
155
compiler :
156
- - gcc-11
156
+ - gcc-12
157
157
generator :
158
158
- " Unix Makefiles"
159
159
build_type :
You can’t perform that action at this time.
0 commit comments