File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v6
2727 - name : configure
28- run : mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_ARCHITECTURES=${{ matrix.arch }}
28+ run : >
29+ mkdir build && cd build &&
30+ cmake ..
31+ -DBUILDING_TESTS=1
32+ -DCMAKE_BUILD_TYPE=Debug
33+ -DCMAKE_COMPILE_WARNING_AS_ERROR=ON
34+ -DCMAKE_OSX_ARCHITECTURES=${{ matrix.arch }}
2935 - name : build
3036 run : cmake --build build
3137 - name : test
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(FetchContent)
88FetchContent_Declare (
99 googletest
1010 GIT_REPOSITORY https://github.com/google/googletest.git
11- GIT_TAG v1.15.2
11+ GIT_TAG v1.17.0
1212)
1313# For Windows: Prevent overriding the parent project's compiler/linker settings
1414set (gtest_force_shared_crt ON CACHE BOOL "" FORCE )
You can’t perform that action at this time.
0 commit comments