Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
d821788b
Unverified
Commit
d821788b
authored
Jan 12, 2023
by
Ralf W. Grosse-Kunstleve
Committed by
GitHub
Jan 12, 2023
Browse files
Add clang15 C++20 job (#4443)
parent
a34596bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.github/workflows/ci.yml
.github/workflows/ci.yml
+6
-1
No files found.
.github/workflows/ci.yml
View file @
d821788b
...
...
@@ -280,6 +280,8 @@ jobs:
-
dev
std
:
-
11
container_suffix
:
-
"
"
include
:
-
clang
:
5
std
:
14
...
...
@@ -293,9 +295,12 @@ jobs:
std
:
20
-
clang
:
14
std
:
20
-
clang
:
15
std
:
20
container_suffix
:
"
-bullseye"
name
:
"
🐍
3
•
Clang
${{
matrix.clang
}}
•
C++${{
matrix.std
}}
•
x64"
container
:
"
silkeh/clang:${{
matrix.clang
}}"
container
:
"
silkeh/clang:${{
matrix.clang
}}${{
matrix.container_suffix
}}"
steps
:
-
uses
:
actions/checkout@v3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment