We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b43f1 commit 4fe3403Copy full SHA for 4fe3403
2 files changed
.github/workflows/test-osx.yml
@@ -36,6 +36,7 @@ jobs:
36
--builddir=build \
37
cxx.name=${{ matrix.cxx }} \
38
cxxflags=-std=${{ matrix.std }} \
39
+ cppflags=-std=${{ matrix.std }} \
40
-j`sysctl -n hw.ncpu`
41
- name: test
42
run: |
@@ -44,5 +45,6 @@ jobs:
44
45
--builddir=build\
46
47
48
49
-j`sysctl -n hw.ncpu` \
50
test.report
.github/workflows/test-ubuntu.yml
@@ -39,6 +39,7 @@ jobs:
43
-j`nproc`
@@ -47,5 +48,6 @@ jobs:
51
52
-j`nproc` \
53
0 commit comments