mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-08 15:29:45 +00:00
Pure git merge --squash smart_holder (no manual interventions).
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- stable
|
||||
- smart_holder
|
||||
- v*
|
||||
|
||||
permissions: read-all
|
||||
@@ -87,6 +88,20 @@ jobs:
|
||||
# Extra ubuntu latest job
|
||||
- runs-on: ubuntu-latest
|
||||
python: '3.11'
|
||||
# Exercise PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
|
||||
# with recent (or ideally latest) released Python version.
|
||||
- runs-on: ubuntu-latest
|
||||
python: '3.12'
|
||||
args: >
|
||||
-DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
|
||||
- runs-on: macos-13
|
||||
python: '3.12'
|
||||
args: >
|
||||
-DCMAKE_CXX_FLAGS="-DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT"
|
||||
- runs-on: windows-2022
|
||||
python: '3.12'
|
||||
args: >
|
||||
-DCMAKE_CXX_FLAGS="/DPYBIND11_USE_SMART_HOLDER_AS_DEFAULT /GR /EHsc"
|
||||
exclude:
|
||||
# The setup-python action currently doesn't have graalpy for windows
|
||||
- python: 'graalpy-24.1'
|
||||
|
||||
1
.github/workflows/configure.yml
vendored
1
.github/workflows/configure.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- stable
|
||||
- smart_holder
|
||||
- v*
|
||||
|
||||
permissions:
|
||||
|
||||
1
.github/workflows/emscripten.yaml
vendored
1
.github/workflows/emscripten.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- stable
|
||||
- smart_holder
|
||||
- v*
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/format.yml
vendored
1
.github/workflows/format.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- stable
|
||||
- smart_holder
|
||||
- "v*"
|
||||
|
||||
permissions:
|
||||
|
||||
1
.github/workflows/pip.yml
vendored
1
.github/workflows/pip.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- stable
|
||||
- smart_holder
|
||||
- v*
|
||||
release:
|
||||
types:
|
||||
|
||||
Reference in New Issue
Block a user