File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
compiler :
37
37
# you can specify the version after `-` like "llvm-15.0.2".
38
38
- llvm-15.0.2
39
- - gcc
39
+ - gcc-11
40
40
generator :
41
41
- " Ninja Multi-Config"
42
42
build_type :
@@ -51,13 +51,13 @@ jobs:
51
51
exclude :
52
52
# mingw is determined by this author to be too buggy to support
53
53
- os : windows-2022
54
- compiler : gcc
54
+ compiler : gcc-11
55
55
56
56
include :
57
57
# Add appropriate variables for gcov version required. This will intentionally break
58
58
# if you try to use a compiler that does not have gcov set
59
- - compiler : gcc
60
- gcov_executable : gcov
59
+ - compiler : gcc-11
60
+ gcov_executable : gcov-11
61
61
enable_ipo : On
62
62
63
63
- compiler : llvm-15.0.2
@@ -74,10 +74,10 @@ jobs:
74
74
75
75
# This exists solely to make sure a non-multiconfig build works
76
76
- os : ubuntu-latest
77
- compiler : gcc
77
+ compiler : gcc-11
78
78
generator : " Unix Makefiles"
79
79
build_type : Debug
80
- gcov_executable : gcov
80
+ gcov_executable : gcov-11
81
81
packaging_maintainer_mode : On
82
82
enable_ipo : Off
83
83
You can’t perform that action at this time.
0 commit comments