summaryrefslogtreecommitdiffstats
path: root/HDF5Examples
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-09 17:47:55 (GMT)
committerGitHub <noreply@github.com>2024-01-09 17:47:55 (GMT)
commitefe7cb72ba123177c4441720bb8a9066a0b1feb0 (patch)
tree13cf9a5b566ab35a1b8bc371d271e54652a3aa2c /HDF5Examples
parentc12932865d314162c6795d605c8d8aca3f5902ef (diff)
downloadhdf5-efe7cb72ba123177c4441720bb8a9066a0b1feb0.zip
hdf5-efe7cb72ba123177c4441720bb8a9066a0b1feb0.tar.gz
hdf5-efe7cb72ba123177c4441720bb8a9066a0b1feb0.tar.bz2
Add binary build for linux S3 (#3936)
* Reorg and update options for doc and cmake config * Correct subfiling depends * Add linux S3 binaries to GH published files * Correct path * Try reducing parallel jobs in tests * Change examples jobs for test from 8 to 4
Diffstat (limited to 'HDF5Examples')
-rw-r--r--HDF5Examples/C/CMakeLists.txt2
-rw-r--r--HDF5Examples/config/cmake-presets/hidden-presets.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/HDF5Examples/C/CMakeLists.txt b/HDF5Examples/C/CMakeLists.txt
index 4e589bc..4ac8574 100644
--- a/HDF5Examples/C/CMakeLists.txt
+++ b/HDF5Examples/C/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.12)
-PROJECT (HDF5Examples_C)
+project (HDF5Examples_C)
#-----------------------------------------------------------------------------
# Build the C Examples
diff --git a/HDF5Examples/config/cmake-presets/hidden-presets.json b/HDF5Examples/config/cmake-presets/hidden-presets.json
index 883b903..8b7f71b 100644
--- a/HDF5Examples/config/cmake-presets/hidden-presets.json
+++ b/HDF5Examples/config/cmake-presets/hidden-presets.json
@@ -274,7 +274,7 @@
"execution": {
"noTestsAction": "error",
"timeout": 600,
- "jobs": 8
+ "jobs": 4
}
},
{