mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
* Remove dummy comments that repeat function names. (#4775)
* Fix grammar in H5Odtype.c comment block (#4777)
* Add subfiling checks to the gcc action (#4776)
* Replace non-VOL calls with VOL calls - part 3 (#4771)
This PR switches H5I_object() to H5VL_vol_object() in H5O and H5T APIs. H5M is the last one and left out of this PR because it needs more work
in documentation and there is no test for the API functions.
Fixes GH-4730
* Add subfiling to CI more places where we test parallel (#4778)
* CMake: gcc,, AOCC
* Autotools: AOCC (gcc was added in a previous commit)
NVHPC generates a lot of tools errors for some reason
* Convert Collective Calls html file to doxygen (#4779)
* Fix grammar in H5Fint.c comment block (#4782)
* Improve the consistency of configure help messages (#4783)
Fix grammar in configure message
* Fixes Fortran parallel build race condition for tests (#4789)
* Update URL documentation links to support site (#4781)
* Fix grammar and simplify comment in H5Fint.c (#4790)
* Fix char-subscripts warnings in H5private.h (#4793)
* Bump the github-actions group with 3 updates (#4798)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) and [github/codeql-action](https://github.com/github/codeql-action).
Updates `actions/checkout` from 4.1.1 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.7)
Updates `DoozyX/clang-format-lint-action` from 0.17 to 0.18
- [Release notes](https://github.com/doozyx/clang-format-lint-action/releases)
- [Commits](https://github.com/doozyx/clang-format-lint-action/compare/v0.17...v0.18)
Updates `github/codeql-action` from 3.25.15 to 3.26.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](afb54ba388...4dd16135b6
)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: DoozyX/clang-format-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix typo argueably in H5Cprivate.h (#4795)
* Fix typos in H5Cpkg.h (#4796)
* Add bounds checking to avoid Out-of-bounds Write for gif2h5 (#4786)
* Replace non-VOL calls with VOL calls - part 5 (#4788)
This PR switches H5I_object() and H5I_object_verify() to H5VL_vol_object() and H5VL_vol_object_verify(), respectively, in the H5M APIs and H5Gdeprec (was left out by mistake). This completes the fixes of issue GH-4730.
* Correct the URL paths (#4802)
* Fix a few issues with error reporting during sec2 reads/writes (#4794)
* Update windows and apple signing process (#4806)
* Use latest clang format action (#4807)
* Correct path to document (#4808)
* Detect invalid ID to H5Gmove2 (#4765)
User's application segfaulted because the returned value H5I_BADID wasn't
detected when H5I_get_type() was called. This PR adds checks for invalid
file/group identifiers passed into H5Gmove2.
This defect occurs in many other places, hence, issue GH-4764.
Fixes #4737
* Fix use of public API calls (#4809)
Switch public API calls to private ones. Root cause of #4672, which it fixes.
Also minor code cleanups
* Remove call to H5E_clear_stack() (#4810)
Remove call to H5E_clear_stack() in H5G_node_debug()
Add misc. minor cleanups
* Enable win Intel signing (#4812)
* Remove unneeded file name part (#4814)
* Update NVHPC optimization settings (#4815)
* Use -gopt in Autotools/CMake instead of -g
* Autotools uses -O3 for release, -O1 for debug
* Remove CMake optimization flag removal hack
* Add mirror VFD to serial -Werror CI action (#4753)
* Add mirror VFD to serial -Werror CI action
* NUL terminate mirror_vfd.c strings
* Add THREADS check to configuration file (#4746)
* Cleanup threads package checks
* Check first if package was found
* Remove unnecessary dependent checks
* Remove Unused options and fix names of option prefix
* Rework RFC url in aliases (#4813)
* Update config/cmake/hdf5-config.cmake.in
_ENABLE_THREADS doesn't belong in hdf5_1_14
461 lines
14 KiB
JSON
461 lines
14 KiB
JSON
{
|
|
"version": 6,
|
|
"include": [
|
|
"config/cmake-presets/hidden-presets.json"
|
|
],
|
|
"configurePresets": [
|
|
{
|
|
"name": "ci-base-tgz",
|
|
"hidden": true,
|
|
"inherits": "ci-base",
|
|
"cacheVariables": {
|
|
"HDF5_ALLOW_EXTERNAL_SUPPORT": {"type": "STRING", "value": "TGZ"},
|
|
"TGZPATH": {"type": "PATH", "value": "${sourceParentDir}/temp"}
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-CompressionVars",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"ZLIB_PACKAGE_NAME": {"type": "STRING", "value": "zlib"},
|
|
"ZLIB_TGZ_ORIGPATH": {"type": "STRING", "value": "https://github.com/madler/zlib/releases/download/v1.3"},
|
|
"ZLIB_TGZ_NAME": {"type": "STRING", "value": "zlib-1.3.tar.gz"},
|
|
"ZLIBNG_PACKAGE_NAME": {"type": "STRING", "value": "zlib-ng"},
|
|
"ZLIBNG_TGZ_ORIGPATH": {"type": "STRING", "value": "https://github.com/zlib-ng/zlib-ng/archive/refs/tags"},
|
|
"ZLIBNG_TGZ_NAME": {"type": "STRING", "value": "2.1.6.tar.gz"},
|
|
"LIBAEC_PACKAGE_NAME": {"type": "STRING", "value": "libaec"},
|
|
"LIBAEC_TGZ_ORIGPATH": {"type": "STRING", "value": "https://github.com/MathisRosenhauer/libaec/releases/download/v1.1.3"},
|
|
"LIBAEC_TGZ_NAME": {"type": "STRING", "value": "libaec-1.1.3.tar.gz"}
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdCompression",
|
|
"hidden": true,
|
|
"inherits": ["ci-base-tgz", "ci-CompressionVars"],
|
|
"cacheVariables": {
|
|
"HDF5_PACKAGE_EXTLIBS": "ON",
|
|
"HDF5_USE_ZLIB_NG": "OFF",
|
|
"ZLIB_USE_LOCALCONTENT": "OFF",
|
|
"LIBAEC_USE_LOCALCONTENT": "OFF",
|
|
"HDF5_USE_ZLIB_STATIC": "ON",
|
|
"HDF5_USE_LIBAEC_STATIC": "ON"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-base-plugins",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"BSHUF_TGZ_NAME": {"type": "STRING", "value": "bitshuffle-0.5.1.tar.gz"},
|
|
"BSHUF_PACKAGE_NAME": {"type": "STRING", "value": "bshuf"},
|
|
"BLOSC_TGZ_NAME": {"type": "STRING", "value": "c-blosc-1.21.5.tar.gz"},
|
|
"BLOSC_PACKAGE_NAME": {"type": "STRING", "value": "blosc"},
|
|
"BLOSC_ZLIB_TGZ_NAME": {"type": "STRING", "value": "zlib-1.3.tar.gz"},
|
|
"BLOSC_ZLIB_PACKAGE_NAME": {"type": "STRING", "value": "zlib"},
|
|
"BLOSC2_TGZ_NAME": {"type": "STRING", "value": "c-blosc2-2.14.4.tar.gz"},
|
|
"BLOSC2_PACKAGE_NAME": {"type": "STRING", "value": "blosc2"},
|
|
"BLOSC2_ZLIB_TGZ_NAME": {"type": "STRING", "value": "zlib-1.3.tar.gz"},
|
|
"BLOSC2_ZLIB_PACKAGE_NAME": {"type": "STRING", "value": "zlib"},
|
|
"BZ2_TGZ_NAME": {"type": "STRING", "value": "bzip2-bzip2-1.0.8.tar.gz"},
|
|
"BZ2_PACKAGE_NAME": {"type": "STRING", "value": "bz2"},
|
|
"FPZIP_TGZ_NAME": {"type": "STRING", "value": "fpzip-1.3.0.tar.gz"},
|
|
"FPZIP_PACKAGE_NAME": {"type": "STRING", "value": "fpzip"},
|
|
"JPEG_TGZ_NAME": {"type": "STRING", "value": "jpegsrc.v9e.tar.gz"},
|
|
"JPEG_PACKAGE_NAME": {"type": "STRING", "value": "jpeg"},
|
|
"BUILD_LZ4_LIBRARY_SOURCE": "ON",
|
|
"LZ4_TGZ_NAME": {"type": "STRING", "value": "lz4-1.9.4.tar.gz"},
|
|
"LZ4_PACKAGE_NAME": {"type": "STRING", "value": "lz4"},
|
|
"LZF_TGZ_NAME": {"type": "STRING", "value": "liblzf-3.6.tar.gz"},
|
|
"LZF_PACKAGE_NAME": {"type": "STRING", "value": "lzf"},
|
|
"SZ_TGZ_NAME": {"type": "STRING", "value": "SZ-2.1.12.5.tar.gz"},
|
|
"SZ_PACKAGE_NAME": {"type": "STRING", "value": "SZ"},
|
|
"ZFP_TGZ_NAME": {"type": "STRING", "value": "zfp-1.0.0.tar.gz"},
|
|
"ZFP_PACKAGE_NAME": {"type": "STRING", "value": "zfp"},
|
|
"ZSTD_TGZ_NAME": {"type": "STRING", "value": "zstd-1.5.5.tar.gz"},
|
|
"ZSTD_PACKAGE_NAME": {"type": "STRING", "value": "zstd"}
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-PluginsVars",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"HDF5_ENABLE_PLUGIN_SUPPORT": "ON",
|
|
"H5PL_ALLOW_EXTERNAL_SUPPORT": {"type": "STRING", "value": "TGZ"},
|
|
"PLUGIN_PACKAGE_NAME": {"type": "STRING", "value": "pl"},
|
|
"PLUGIN_TGZ_ORIGPATH": {"type": "STRING", "value": "https://github.com/HDFGroup/hdf5_plugins/releases/download/snapshot-1.14"},
|
|
"PLUGIN_TGZ_NAME": {"type": "STRING", "value": "hdf5_plugins-1.14.tar.gz"}
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdPlugins",
|
|
"hidden": true,
|
|
"inherits": ["ci-base-plugins", "ci-PluginsVars", "ci-base-tgz"],
|
|
"cacheVariables": {
|
|
"PLUGIN_USE_LOCALCONTENT": "OFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdExamples",
|
|
"hidden": true,
|
|
"inherits": ["ci-base", "ci-base-tgz"],
|
|
"cacheVariables": {
|
|
"HDF5_PACK_EXAMPLES": "ON",
|
|
"EXAMPLES_DOWNLOAD": "ON"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-S3",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"HDF5_ENABLE_ROS3_VFD": "ON",
|
|
"HDF5_ENABLE_HDFS": "OFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdShar",
|
|
"hidden": true,
|
|
"inherits": ["ci-StdCompression", "ci-StdExamples", "ci-StdPlugins"],
|
|
"cacheVariables": {
|
|
"HDF_PACKAGE_NAMESPACE": {"type": "STRING", "value": "hdf5::"},
|
|
"HDF5_INSTALL_MOD_FORTRAN": "NO",
|
|
"HDF5_BUILD_GENERATORS": "ON",
|
|
"HDF5_ENABLE_ALL_WARNINGS": "ON",
|
|
"HDF5_MINGW_STATIC_GCC_LIBS": "ON",
|
|
"HDF_TEST_EXPRESS": "2"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdShar-MSVC",
|
|
"description": "MSVC Standard Config for x64 (Release)",
|
|
"inherits": [
|
|
"ci-x64-Release-MSVC",
|
|
"ci-CPP",
|
|
"ci-Java",
|
|
"ci-StdShar"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-MSVC-Fortran",
|
|
"description": "MSVC Standard Config for x64 (Release)",
|
|
"inherits": [
|
|
"ci-x64-Release-MSVC",
|
|
"ci-CPP",
|
|
"ci-Fortran",
|
|
"ci-Java",
|
|
"ci-StdShar"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Clang",
|
|
"description": "Clang Standard Config for x64 (Release)",
|
|
"inherits": [
|
|
"ci-x64-Release-Clang",
|
|
"ci-CPP",
|
|
"ci-Fortran",
|
|
"ci-Java",
|
|
"ci-StdShar"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-Clang",
|
|
"description": "Clang Standard Config for macos (Release)",
|
|
"inherits": [
|
|
"ci-macos-Release-Clang",
|
|
"ci-CPP",
|
|
"ci-Java",
|
|
"ci-StdShar"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-GNUC",
|
|
"description": "GNUC Standard Config for macos (Release)",
|
|
"inherits": [
|
|
"ci-macos-Release-GNUC",
|
|
"ci-CPP",
|
|
"ci-Java",
|
|
"ci-StdShar"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC",
|
|
"description": "GNUC Standard Config for x64 (Release)",
|
|
"inherits": [
|
|
"ci-x64-Release-GNUC",
|
|
"ci-CPP",
|
|
"ci-Fortran",
|
|
"ci-Java",
|
|
"ci-StdShar"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC-S3",
|
|
"description": "GNUC S3 Config for x64 (Release)",
|
|
"inherits": [
|
|
"ci-StdShar-GNUC",
|
|
"ci-S3"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Intel",
|
|
"description": "Intel Standard Config for x64 (Release)",
|
|
"inherits": [
|
|
"ci-x64-Release-Intel",
|
|
"ci-CPP",
|
|
"ci-Fortran",
|
|
"ci-Java",
|
|
"ci-StdShar"
|
|
]
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "ci-StdShar-MSVC",
|
|
"description": "MSVC Standard Build for x64 (Release)",
|
|
"configurePreset": "ci-StdShar-MSVC",
|
|
"inherits": [
|
|
"ci-x64-Release-MSVC"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Clang",
|
|
"description": "Clang Standard Build for x64 (Release)",
|
|
"configurePreset": "ci-StdShar-Clang",
|
|
"inherits": [
|
|
"ci-x64-Release-Clang"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-Clang",
|
|
"description": "Clang Standard Build for macos (Release)",
|
|
"configurePreset": "ci-StdShar-macos-Clang",
|
|
"inherits": [
|
|
"ci-macos-Release-Clang"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-GNUC",
|
|
"description": "GNUC Standard Build for macos (Release)",
|
|
"configurePreset": "ci-StdShar-macos-GNUC",
|
|
"verbose": true,
|
|
"inherits": [
|
|
"ci-macos-Release-GNUC"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC",
|
|
"description": "GNUC Standard Build for x64 (Release)",
|
|
"configurePreset": "ci-StdShar-GNUC",
|
|
"verbose": true,
|
|
"inherits": [
|
|
"ci-x64-Release-GNUC"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC-S3",
|
|
"description": "GNUC S3 Build for x64 (Release)",
|
|
"configurePreset": "ci-StdShar-GNUC-S3",
|
|
"verbose": true,
|
|
"inherits": [
|
|
"ci-x64-Release-GNUC"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Intel",
|
|
"description": "Intel Standard Build for x64 (Release)",
|
|
"configurePreset": "ci-StdShar-Intel",
|
|
"verbose": true,
|
|
"inherits": [
|
|
"ci-x64-Release-Intel"
|
|
]
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "ci-StdShar-MSVC",
|
|
"configurePreset": "ci-StdShar-MSVC",
|
|
"inherits": [
|
|
"ci-x64-Release-MSVC"
|
|
],
|
|
"filter": {
|
|
"exclude": {
|
|
"name": "H5DUMP-tfloatsattrs"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Clang",
|
|
"configurePreset": "ci-StdShar-Clang",
|
|
"inherits": [
|
|
"ci-x64-Release-Clang"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-Clang",
|
|
"configurePreset": "ci-StdShar-macos-Clang",
|
|
"inherits": [
|
|
"ci-macos-Release-Clang"
|
|
],
|
|
"execution": {
|
|
"noTestsAction": "error",
|
|
"timeout": 180,
|
|
"jobs": 2
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-GNUC",
|
|
"configurePreset": "ci-StdShar-macos-GNUC",
|
|
"inherits": [
|
|
"ci-macos-Release-GNUC"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC",
|
|
"configurePreset": "ci-StdShar-GNUC",
|
|
"inherits": [
|
|
"ci-x64-Release-GNUC"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC-S3",
|
|
"configurePreset": "ci-StdShar-GNUC-S3",
|
|
"inherits": [
|
|
"ci-x64-Release-GNUC"
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-win-Intel",
|
|
"configurePreset": "ci-StdShar-Intel",
|
|
"inherits": [
|
|
"ci-x64-Release-Intel"
|
|
],
|
|
"filter": {
|
|
"exclude": {
|
|
"name": "H5DUMP-tfloatsattrs"
|
|
}
|
|
},
|
|
"condition": {
|
|
"type": "equals",
|
|
"lhs": "${hostSystemName}",
|
|
"rhs": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Intel",
|
|
"configurePreset": "ci-StdShar-Intel",
|
|
"inherits": [
|
|
"ci-x64-Release-Intel"
|
|
]
|
|
}
|
|
],
|
|
"packagePresets": [
|
|
{
|
|
"name": "ci-StdShar-MSVC",
|
|
"configurePreset": "ci-StdShar-MSVC",
|
|
"inherits": "ci-x64-Release-MSVC"
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Clang",
|
|
"configurePreset": "ci-StdShar-Clang",
|
|
"inherits": "ci-x64-Release-Clang"
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-Clang",
|
|
"configurePreset": "ci-StdShar-macos-Clang",
|
|
"inherits": "ci-macos-Release-Clang"
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-GNUC",
|
|
"configurePreset": "ci-StdShar-macos-GNUC",
|
|
"inherits": "ci-macos-Release-GNUC"
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC",
|
|
"configurePreset": "ci-StdShar-GNUC",
|
|
"inherits": "ci-x64-Release-GNUC"
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC-S3",
|
|
"configurePreset": "ci-StdShar-GNUC-S3",
|
|
"inherits": "ci-x64-Release-GNUC"
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Intel",
|
|
"configurePreset": "ci-StdShar-Intel",
|
|
"inherits": "ci-x64-Release-Intel"
|
|
}
|
|
],
|
|
"workflowPresets": [
|
|
{
|
|
"name": "ci-StdShar-MSVC",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-MSVC"},
|
|
{"type": "build", "name": "ci-StdShar-MSVC"},
|
|
{"type": "test", "name": "ci-StdShar-MSVC"},
|
|
{"type": "package", "name": "ci-StdShar-MSVC"}
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Clang",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-Clang"},
|
|
{"type": "build", "name": "ci-StdShar-Clang"},
|
|
{"type": "test", "name": "ci-StdShar-Clang"},
|
|
{"type": "package", "name": "ci-StdShar-Clang"}
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-Clang",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-macos-Clang"},
|
|
{"type": "build", "name": "ci-StdShar-macos-Clang"},
|
|
{"type": "test", "name": "ci-StdShar-macos-Clang"},
|
|
{"type": "package", "name": "ci-StdShar-macos-Clang"}
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-GNUC"},
|
|
{"type": "build", "name": "ci-StdShar-GNUC"},
|
|
{"type": "test", "name": "ci-StdShar-GNUC"},
|
|
{"type": "package", "name": "ci-StdShar-GNUC"}
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-macos-GNUC",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-macos-GNUC"},
|
|
{"type": "build", "name": "ci-StdShar-macos-GNUC"},
|
|
{"type": "test", "name": "ci-StdShar-macos-GNUC"},
|
|
{"type": "package", "name": "ci-StdShar-macos-GNUC"}
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-GNUC-S3",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-GNUC-S3"},
|
|
{"type": "build", "name": "ci-StdShar-GNUC-S3"},
|
|
{"type": "test", "name": "ci-StdShar-GNUC-S3"},
|
|
{"type": "package", "name": "ci-StdShar-GNUC-S3"}
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-Intel",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-Intel"},
|
|
{"type": "build", "name": "ci-StdShar-Intel"},
|
|
{"type": "test", "name": "ci-StdShar-Intel"},
|
|
{"type": "package", "name": "ci-StdShar-Intel"}
|
|
]
|
|
},
|
|
{
|
|
"name": "ci-StdShar-win-Intel",
|
|
"steps": [
|
|
{"type": "configure", "name": "ci-StdShar-Intel"},
|
|
{"type": "build", "name": "ci-StdShar-Intel"},
|
|
{"type": "test", "name": "ci-StdShar-win-Intel"},
|
|
{"type": "package", "name": "ci-StdShar-Intel"}
|
|
]
|
|
}
|
|
]
|
|
}
|