File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1515 cd build &&
1616 CXX=clang++-14 cmake -DFASTFLOAT_TEST=ON .. &&
1717 cmake --build . &&
18+ ctest --output-on-failure
19+ - name : Use cmake CXX20
20+ run : |
21+ mkdir build20 &&
22+ cd build20 &&
23+ CXX=clang++-14 cmake -DFASTFLOAT_CONSTEXPR_TESTS=ON -DCMAKE_CXX_STANDARD=20 -DFASTFLOAT_TEST=ON .. &&
24+ cmake --build . &&
1825 ctest --output-on-failure
Original file line number Diff line number Diff line change 1313 cd build &&
1414 CXX=g++-12 CXXFLAGS=-Werror cmake -DFASTFLOAT_TEST=ON .. &&
1515 cmake --build . &&
16+ ctest --output-on-failure
17+ - name : Use cmake CXX20
18+ run : |
19+ mkdir build20 &&
20+ cd build20 &&
21+ CXX=g++-12 CXXFLAGS=-Werror cmake -DFASTFLOAT_CONSTEXPR_TESTS=ON -DCMAKE_CXX_STANDARD=20 -DFASTFLOAT_TEST=ON .. &&
22+ cmake --build . &&
1623 ctest --output-on-failure
You can’t perform that action at this time.
0 commit comments