File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
cd build_static_std_libs
51
51
cmake ../ -DENABLE_LTO=ON -DENABLE_STATIC_STANDARD_LIBRARIES=ON
52
52
make -j2
53
- if : matrix.version == 14
53
+ if : matrix.version == 14 || matrix.version == 18
54
54
- name : Tests of build with statically linked standard libraries
55
55
run : |
56
56
cd "$GITHUB_WORKSPACE"/build_static_std_libs
57
57
ctest -V
58
- if : matrix.version == 14
58
+ if : matrix.version == 14 || matrix.version == 18
Original file line number Diff line number Diff line change 50
50
cd build_static_std_libs
51
51
cmake ../ -DENABLE_LTO=ON -DENABLE_STATIC_STANDARD_LIBRARIES=ON
52
52
make -j2
53
- if : matrix.version == 12
53
+ if : matrix.version == 12 || matrix.version == 14
54
54
- name : Tests of build with statically linked standard libraries
55
55
run : |
56
56
cd "$GITHUB_WORKSPACE"/build_static_std_libs
57
57
ctest -V
58
- if : matrix.version == 12
58
+ if : matrix.version == 12 || matrix.version == 14
You can’t perform that action at this time.
0 commit comments