2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00

Make sure to pass C++ version to preprocessor as well.

This commit is contained in:
Stefan Seefeld
2025-02-01 22:15:24 -05:00
parent b1b43f1e1a
commit 4fe3403584
2 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ jobs:
--builddir=build \
cxx.name=${{ matrix.cxx }} \
cxxflags=-std=${{ matrix.std }} \
cppflags=-std=${{ matrix.std }} \
-j`sysctl -n hw.ncpu`
- name: test
run: |
@@ -44,5 +45,6 @@ jobs:
--builddir=build\
cxx.name=${{ matrix.cxx }} \
cxxflags=-std=${{ matrix.std }} \
cppflags=-std=${{ matrix.std }} \
-j`sysctl -n hw.ncpu` \
test.report

View File

@@ -39,6 +39,7 @@ jobs:
--builddir=build \
cxx.name=${{ matrix.cxx }} \
cxxflags=-std=${{ matrix.std }} \
cppflags=-std=${{ matrix.std }} \
-j`nproc`
- name: test
run: |
@@ -47,5 +48,6 @@ jobs:
--builddir=build \
cxx.name=${{ matrix.cxx }} \
cxxflags=-std=${{ matrix.std }} \
cppflags=-std=${{ matrix.std }} \
-j`nproc` \
test.report