We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcb104 commit d97778cCopy full SHA for d97778c
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- run: ctest -S ci.cmake -V
29
30
- - run: cmake -DCMAKE_INSTALL_PREFIX=~/hdf5
+ - run: cmake -B build -DCMAKE_INSTALL_PREFIX=~/hdf5
31
- run: cmake --install build
32
33
- name: configure examples
@@ -86,7 +86,6 @@ jobs:
86
87
88
mac:
89
- needs: linux
90
runs-on: macos-latest
91
env:
92
HOMEBREW_NO_INSTALL_CLEANUP: 1
ci.cmake
@@ -107,6 +107,7 @@ cmake_cpu_count()
107
108
set(CTEST_NOTES_FILES "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}")
109
set(CTEST_SUBMIT_RETRY_COUNT 3)
110
+set(CTEST_UPDATE_COMMAND git) # avoids auto-detect version control failures on some systemes
111
112
ctest_start(${CTEST_MODEL})
113
0 commit comments