mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 14:15:11 +00:00
Try 🐍 3.8 • ubuntu-20.04 • x64 without -DCMAKE_CXX_FLAGS="-D_=1"
This commit is contained in:
parent
bc723d9de8
commit
85a429bcee
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -45,13 +45,13 @@ jobs:
|
|||||||
# existing keys match.
|
# existing keys match.
|
||||||
#
|
#
|
||||||
# We support an optional key: args, for cmake args
|
# We support an optional key: args, for cmake args
|
||||||
|
# TODO: Find a platform to test -DCMAKE_CXX_FLAGS="-D_=1"
|
||||||
include:
|
include:
|
||||||
# Just add a key
|
# Just add a key
|
||||||
- runs-on: ubuntu-20.04
|
- runs-on: ubuntu-20.04
|
||||||
python: '3.8'
|
python: '3.8'
|
||||||
args: >
|
args: >
|
||||||
-DPYBIND11_FINDPYTHON=ON
|
-DPYBIND11_FINDPYTHON=ON
|
||||||
-DCMAKE_CXX_FLAGS="-D_=1"
|
|
||||||
- runs-on: ubuntu-20.04
|
- runs-on: ubuntu-20.04
|
||||||
python: 'pypy-3.8'
|
python: 'pypy-3.8'
|
||||||
args: >
|
args: >
|
||||||
|
Loading…
Reference in New Issue
Block a user