File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
build_matrix :
13
13
strategy :
14
14
matrix :
15
- # os: [ubuntu-latest, windows-latest, macos-14]
16
- os : [ubuntu-latest, windows-latest]
81A4
15
+ os : [ubuntu-latest, windows-latest, macos-14]
16
+ # os: [ubuntu-latest, windows-latest]
17
17
runs-on : ${{ matrix.os }}
18
18
defaults :
19
19
run :
24
24
- name : create-build-dir
25
25
run : mkdir build
26
26
- name : configure-cmake
27
- run : cd build && cmake -D SHARED_BUFFER_BUILD_TESTS:BOOL=ON -D SHARED_BUFFER_BUILD_EXAMPLES:BOOL=ON ..
27
+ run : cd build && cmake -D SHARED_BUFFER_BUILD_TESTS:BOOL=ON -D SHARED_BUFFER_BUILD_EXAMPLES:BOOL=ON -D CATCH_CONFIG_CPP17_BYTE:BOOL=ON ..
28
28
- name : build
29
29
run : cd build && cmake --build . --config $BUILD_TYPE
30
30
- name : run-unit-test
You can’t perform that action at this time.
0 commit comments