File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 36
36
--builddir=build \
37
37
cxx.name=${{ matrix.cxx }} \
38
38
cxxflags=-std=${{ matrix.std }} \
39
+ cppflags=-std=${{ matrix.std }} \
39
40
-j`sysctl -n hw.ncpu`
40
41
- name : test
41
42
run : |
44
45
--builddir=build\
45
46
cxx.name=${{ matrix.cxx }} \
46
47
cxxflags=-std=${{ matrix.std }} \
48
+ cppflags=-std=${{ matrix.std }} \
47
49
-j`sysctl -n hw.ncpu` \
48
50
test.report
Original file line number Diff line number Diff line change 39
39
--builddir=build \
40
40
cxx.name=${{ matrix.cxx }} \
41
41
cxxflags=-std=${{ matrix.std }} \
42
+ cppflags=-std=${{ matrix.std }} \
42
43
-j`nproc`
43
44
- name : test
44
45
run : |
47
48
--builddir=build \
48
49
cxx.name=${{ matrix.cxx }} \
49
50
cxxflags=-std=${{ matrix.std }} \
51
+ cppflags=-std=${{ matrix.std }} \
50
52
-j`nproc` \
51
53
test.report
You can’t perform that action at this time.
0 commit comments