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 3636 --builddir=build \
3737 cxx.name=${{ matrix.cxx }} \
3838 cxxflags=-std=${{ matrix.std }} \
39+ cppflags=-std=${{ matrix.std }} \
3940 -j`sysctl -n hw.ncpu`
4041 - name : test
4142 run : |
4445 --builddir=build\
4546 cxx.name=${{ matrix.cxx }} \
4647 cxxflags=-std=${{ matrix.std }} \
48+ cppflags=-std=${{ matrix.std }} \
4749 -j`sysctl -n hw.ncpu` \
4850 test.report
Original file line number Diff line number Diff line change 3939 --builddir=build \
4040 cxx.name=${{ matrix.cxx }} \
4141 cxxflags=-std=${{ matrix.std }} \
42+ cppflags=-std=${{ matrix.std }} \
4243 -j`nproc`
4344 - name : test
4445 run : |
4748 --builddir=build \
4849 cxx.name=${{ matrix.cxx }} \
4950 cxxflags=-std=${{ matrix.std }} \
51+ cppflags=-std=${{ matrix.std }} \
5052 -j`nproc` \
5153 test.report
You can’t perform that action at this time.
0 commit comments