Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
f14bb03d
Commit
f14bb03d
authored
Jan 12, 2023
by
Ralf W. Grosse-Kunstleve
Committed by
Henry Schreiner
Feb 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clang15 C++20 job (#4443)
parent
0ed64a04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
.github/workflows/ci.yml
+6
-1
No files found.
.github/workflows/ci.yml
View file @
f14bb03d
...
@@ -280,6 +280,8 @@ jobs:
...
@@ -280,6 +280,8 @@ jobs:
-
dev
-
dev
std
:
std
:
-
11
-
11
container_suffix
:
-
"
"
include
:
include
:
-
clang
:
5
-
clang
:
5
std
:
14
std
:
14
...
@@ -293,9 +295,12 @@ jobs:
...
@@ -293,9 +295,12 @@ jobs:
std
:
20
std
:
20
-
clang
:
14
-
clang
:
14
std
:
20
std
:
20
-
clang
:
15
std
:
20
container_suffix
:
"
-bullseye"
name
:
"
🐍
3
•
Clang
${{
matrix.clang
}}
•
C++${{
matrix.std
}}
•
x64"
name
:
"
🐍
3
•
Clang
${{
matrix.clang
}}
•
C++${{
matrix.std
}}
•
x64"
container
:
"
silkeh/clang:${{
matrix.clang
}}"
container
:
"
silkeh/clang:${{
matrix.clang
}}
${{
matrix.container_suffix
}}
"
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
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