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
5b59b7b2
Unverified
Commit
5b59b7b2
authored
Aug 24, 2020
by
Henry Schreiner
Committed by
GitHub
Aug 24, 2020
Browse files
ci: gha annotations (#2427)
parent
43f390ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
.github/workflows/ci.yml
.github/workflows/ci.yml
+5
-2
No files found.
.github/workflows/ci.yml
View file @
5b59b7b2
...
...
@@ -12,7 +12,6 @@ on:
jobs
:
standard
:
strategy
:
fail-fast
:
false
matrix
:
runs-on
:
[
ubuntu-latest
,
windows-latest
,
macos-latest
]
arch
:
[
x64
]
...
...
@@ -72,6 +71,7 @@ jobs:
name
:
"
🐍
${{
matrix.python
}}
•
${{
matrix.runs-on
}}
•
${{
matrix.arch
}}
${{
matrix.args
}}"
runs-on
:
${{ matrix.runs-on }}
continue-on-error
:
${{ endsWith(matrix.python, 'dev') }}
steps
:
-
uses
:
actions/checkout@v2
...
...
@@ -102,7 +102,10 @@ jobs:
-
name
:
Prepare env
run
:
python -m pip install -r tests/requirements.txt --prefer-binary
-
name
:
Configure C++11 ${{ matrix.args1 }}
-
name
:
Setup annotations
run
:
python -m pip install pytest-github-actions-annotate-failures
-
name
:
Configure C++11 ${{ matrix.args }}
run
:
>
cmake -S . -B .
-DPYBIND11_WERROR=ON
...
...
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