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 15
15
cd build &&
16
16
CXX=clang++-14 cmake -DFASTFLOAT_TEST=ON .. &&
17
17
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 . &&
18
25
ctest --output-on-failure
Original file line number Diff line number Diff line change 13
13
cd build &&
14
14
CXX=g++-12 CXXFLAGS=-Werror cmake -DFASTFLOAT_TEST=ON .. &&
15
15
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 . &&
16
23
ctest --output-on-failure
You can’t perform that action at this time.
0 commit comments