File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed
Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1919 - ' **/README.md'
2020 workflow_dispatch :
2121
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.ref }}
24+ cancel-in-progress : true
25+
2226env :
2327 CTEST_OUTPUT_ON_FAILURE : ON
2428 CTEST_PARALLEL_LEVEL : 2
Original file line number Diff line number Diff line change 1313 - ' LICENSE'
1414 workflow_dispatch :
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : true
19+
1620jobs :
1721 build :
1822 name : Documentation
Original file line number Diff line number Diff line change 22* build *
33install
44docs
5+ .cache
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ if(NOT googletest_POPULATED)
99 set (INSTALL_GTEST OFF CACHE BOOL "" FORCE)
1010 set (BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
1111 set (BUILD_GTEST_TESTS OFF CACHE BOOL "" FORCE)
12+
13+ # We need an older googletest version to be compatible with C++11
1214 FetchContent_Declare(googletest URL https://github.com/google/googletest/archive/refs/tags/release-1.12.1.zip
1315 DOWNLOAD_EXTRACT_TIMESTAMP TRUE )
1416 FetchContent_MakeAvailable(googletest)
You can’t perform that action at this time.
0 commit comments