Files
hdf5/CMakePresets.json
T
Allen Byrne b754dcb8f2 Move Java wrappers to FFM using jextract and java 25 (#5957)
FFM build requires Java 25, Jextract 25.
Generates FFM bindings during configure.
JNI is default when the requirements are not met or can be forced.
Presets added for maven and FFM - JNI is default selection.
Enhanced Maven options will work with either JNI or FFM
New Workflows for testing and maven uploads.
Extensive documentation changes for java.
2025-11-04 14:03:06 -06:00

1936 lines
47 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.1"
},
"ZLIB_TGZ_NAME": {
"type": "STRING",
"value": "zlib-1.3.1.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.2.4.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",
"HDF5_ENABLE_SZIP_SUPPORT": "ON",
"HDF5_ENABLE_ZLIB_SUPPORT": "ON"
}
},
{
"name": "ci-base-plugins",
"hidden": true,
"cacheVariables": {
"BITGROOM_PACKAGE_NAME": {
"type": "STRING",
"value": "bitgroom"
},
"BITROUND_PACKAGE_NAME": {
"type": "STRING",
"value": "bitround"
},
"BSHUF_TGZ_NAME": {
"type": "STRING",
"value": "bitshuffle-0.5.2.tar.gz"
},
"BSHUF_PACKAGE_NAME": {
"type": "STRING",
"value": "bshuf"
},
"BLOSC_TGZ_NAME": {
"type": "STRING",
"value": "c-blosc-1.21.6.tar.gz"
},
"BLOSC_PACKAGE_NAME": {
"type": "STRING",
"value": "blosc"
},
"BLOSC_ZLIB_TGZ_NAME": {
"type": "STRING",
"value": "zlib-1.3.1.tar.gz"
},
"BLOSC_ZLIB_PACKAGE_NAME": {
"type": "STRING",
"value": "zlib"
},
"BLOSC2_TGZ_NAME": {
"type": "STRING",
"value": "c-blosc2-2.17.1.tar.gz"
},
"BLOSC2_PACKAGE_NAME": {
"type": "STRING",
"value": "blosc2"
},
"BLOSC2_ZLIB_TGZ_NAME": {
"type": "STRING",
"value": "zlib-1.3.1.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.10.0.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.1.tar.gz"
},
"ZFP_PACKAGE_NAME": {
"type": "STRING",
"value": "zfp"
},
"ZSTD_TGZ_NAME": {
"type": "STRING",
"value": "zstd-1.5.7.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"
},
"PLUGIN_TGZ_NAME": {
"type": "STRING",
"value": "hdf5_plugins-master.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-S3-proxy",
"hidden": true,
"cacheVariables": {
"HDF5_ENABLE_DOCKER_PROXY": "ON",
"HDF5_ENABLE_ROS3_VFD": "ON",
"HDF5_ENABLE_HDFS": "OFF"
}
},
{
"name": "ci-Maven",
"hidden": true,
"cacheVariables": {
"HDF5_ENABLE_MAVEN_DEPLOY": "ON",
"HDF5_MAVEN_SNAPSHOT": "OFF"
}
},
{
"name": "ci-Maven-Snapshot",
"hidden": true,
"cacheVariables": {
"HDF5_ENABLE_MAVEN_DEPLOY": "ON",
"HDF5_MAVEN_SNAPSHOT": "ON"
}
},
{
"name": "ci-Maven-Minimal",
"hidden": true,
"cacheVariables": {
"HDF5_BUILD_EXAMPLES": "OFF",
"BUILD_TESTING": "OFF",
"HDF5_BUILD_TOOLS": "OFF",
"HDF5_BUILD_FORTRAN": "OFF",
"HDF5_BUILD_CPP_LIB": "OFF",
"HDF5_BUILD_JAVA": "ON",
"HDF5_ENABLE_MAVEN_DEPLOY": "ON",
"HDF5_MAVEN_SNAPSHOT": "OFF"
}
},
{
"name": "ci-Maven-Minimal-Snapshot",
"hidden": true,
"inherits": [
"ci-Maven-Minimal"
],
"cacheVariables": {
"HDF5_MAVEN_SNAPSHOT": "ON"
}
},
{
"name": "ci-Maven-Testing",
"description": "Maven Configuration with Testing Enabled - For debugging FFM/JNI issues",
"hidden": true,
"cacheVariables": {
"HDF5_BUILD_EXAMPLES": "ON",
"BUILD_TESTING": "ON",
"HDF5_BUILD_TOOLS": "ON",
"HDF5_BUILD_FORTRAN": "OFF",
"HDF5_BUILD_CPP_LIB": "OFF",
"HDF5_BUILD_JAVA": "ON",
"HDF5_ENABLE_MAVEN_DEPLOY": "OFF",
"HDF5_MAVEN_SNAPSHOT": "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_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-FFM",
"description": "MSVC Standard Config for x64 with Java FFM (Requires Java 25+) (Release)",
"inherits": [
"ci-x64-Release-MSVC",
"ci-CPP",
"ci-Java-FFM",
"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-MSVC-Fortran-FFM",
"description": "MSVC Standard Config for x64 with Java FFM (Requires Java 25+) (Release)",
"inherits": [
"ci-x64-Release-MSVC",
"ci-CPP",
"ci-Fortran",
"ci-Java-FFM",
"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-Clang-FFM",
"description": "Clang Standard Config for x64 with Java FFM (Requires Java 25+) (Release)",
"inherits": [
"ci-x64-Release-Clang",
"ci-CPP",
"ci-Fortran",
"ci-Java-FFM",
"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-Clang-FFM",
"description": "Clang Standard Config for macos for x64 with Java FFM (Requires Java 25+) (Release)",
"inherits": [
"ci-macos-Release-Clang",
"ci-CPP",
"ci-Java-FFM",
"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-macos-GNUC-FFM",
"description": "GNUC Standard Config for macos for x64 with Java FFM (Requires Java 25+) (Release)",
"inherits": [
"ci-macos-Release-GNUC",
"ci-CPP",
"ci-Java-FFM",
"ci-StdShar"
]
},
{
"name": "ci-StdShar-GNUC",
"description": "GNUC Standard Config for x64 with Java JNI (Java 11+)",
"inherits": [
"ci-x64-Release-GNUC",
"ci-CPP",
"ci-Fortran",
"ci-Java",
"ci-StdShar"
]
},
{
"name": "ci-StdShar-GNUC-FFM",
"description": "GNUC Standard Config for x64 with Java FFM (Requires Java 25+)",
"inherits": [
"ci-x64-Release-GNUC",
"ci-CPP",
"ci-Fortran",
"ci-Java-FFM",
"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"
]
},
{
"name": "ci-StdShar-Intel-FFM",
"description": "Intel Standard Config for x64 with Java FFM (Requires Java 25+) (Release)",
"inherits": [
"ci-x64-Release-Intel",
"ci-CPP",
"ci-Fortran",
"ci-Java-FFM",
"ci-StdShar"
]
},
{
"name": "ci-MinShar-GNUC-Maven",
"description": "GNUC Minimal Config for x64 with Maven deployment (JNI - Java 8+)",
"inherits": [
"ci-x64-Release-GNUC",
"ci-Java",
"ci-Maven-Minimal"
]
},
{
"name": "ci-MinShar-GNUC-Maven-Snapshot",
"description": "GNUC Minimal Config for x64 with Maven snapshot deployment (JNI - Java 8+)",
"inherits": [
"ci-x64-Release-GNUC",
"ci-Java",
"ci-Maven-Minimal-Snapshot"
]
},
{
"name": "ci-MinShar-MSVC-Maven",
"description": "MSVC Minimal Config for x64 with Maven deployment (JNI - Java 8+)",
"inherits": [
"ci-x64-Release-MSVC",
"ci-Java",
"ci-Maven-Minimal"
]
},
{
"name": "ci-MinShar-MSVC-Maven-Snapshot",
"description": "MSVC Minimal Config for x64 with Maven snapshot deployment (JNI - Java 8+)",
"inherits": [
"ci-x64-Release-MSVC",
"ci-Java",
"ci-Maven-Minimal-Snapshot"
]
},
{
"name": "ci-MinShar-Clang-Maven",
"description": "Clang Minimal Config for x64 with Maven deployment (JNI - Java 8+)",
"inherits": [
"ci-x64-Release-Clang",
"ci-Java",
"ci-Maven-Minimal"
]
},
{
"name": "ci-MinShar-Clang-Maven-Snapshot",
"description": "Clang Minimal Config for x64 with Maven snapshot deployment (JNI - Java 8+)",
"inherits": [
"ci-x64-Release-Clang",
"ci-Java",
"ci-Maven-Minimal-Snapshot"
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM",
"description": "GNUC Minimal Config for x64 with Maven deployment (FFM - Requires Java 25+)",
"inherits": [
"ci-x64-Release-GNUC",
"ci-Java-FFM",
"ci-Maven-Minimal"
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"description": "GNUC Minimal Config for x64 with Maven snapshot deployment (FFM - Requires Java 25+)",
"inherits": [
"ci-x64-Release-GNUC",
"ci-Java-FFM",
"ci-Maven-Minimal-Snapshot"
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM",
"description": "MSVC Minimal Config for x64 with Maven deployment (FFM - Requires Java 25+)",
"inherits": [
"ci-x64-Release-MSVC",
"ci-Java-FFM",
"ci-Maven-Minimal"
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"description": "MSVC Minimal Config for x64 with Maven snapshot deployment (FFM - Requires Java 25+)",
"inherits": [
"ci-x64-Release-MSVC",
"ci-Java-FFM",
"ci-Maven-Minimal-Snapshot"
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM",
"description": "Clang Minimal Config for x64 with Maven deployment (FFM - Requires Java 25+)",
"inherits": [
"ci-x64-Release-Clang",
"ci-Java-FFM",
"ci-Maven-Minimal"
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"description": "Clang Minimal Config for x64 with Maven snapshot deployment (FFM - Requires Java 25+)",
"inherits": [
"ci-x64-Release-Clang",
"ci-Java-FFM",
"ci-Maven-Minimal-Snapshot"
]
},
{
"name": "ci-Testing-GNUC-FFM",
"description": "GNUC Test-Enabled Config for FFM (Java 25+) - For debugging Windows FFM issues",
"inherits": [
"ci-x64-Release-GNUC",
"ci-Java-FFM",
"ci-Maven-Testing"
]
},
{
"name": "ci-Testing-MSVC-FFM",
"description": "MSVC Test-Enabled Config for FFM (Java 25+) - For debugging Windows FFM issues",
"inherits": [
"ci-x64-Release-MSVC",
"ci-Java-FFM",
"ci-Maven-Testing"
]
},
{
"name": "ci-Testing-Clang-FFM",
"description": "Clang Test-Enabled Config for FFM (Java 25+) - For debugging macOS FFM issues",
"inherits": [
"ci-x64-Release-Clang",
"ci-Java-FFM",
"ci-Maven-Testing"
]
},
{
"name": "ci-Testing-GNUC-JNI",
"description": "GNUC Test-Enabled Config for JNI (Java 11+) - For debugging JNI issues",
"inherits": [
"ci-x64-Release-GNUC",
"ci-Java",
"ci-Maven-Testing"
]
},
{
"name": "ci-Testing-MSVC-JNI",
"description": "MSVC Test-Enabled Config for JNI (Java 11+) - For debugging Windows JNI issues",
"inherits": [
"ci-x64-Release-MSVC",
"ci-Java",
"ci-Maven-Testing"
]
},
{
"name": "ci-Testing-Clang-JNI",
"description": "Clang Test-Enabled Config for JNI (Java 11+) - For debugging macOS JNI issues",
"inherits": [
"ci-x64-Release-Clang",
"ci-Java",
"ci-Maven-Testing"
]
}
],
"buildPresets": [
{
"name": "ci-StdShar-MSVC",
"description": "MSVC Standard Build for x64 (Release)",
"configurePreset": "ci-StdShar-MSVC",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-StdShar-MSVC-FFM",
"description": "MSVC Standard Build for x64 with Java FFM (Requires Java 25+) (Release)",
"configurePreset": "ci-StdShar-MSVC-FFM",
"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-Clang-FFM",
"description": "Clang Standard Build for x64 with Java FFM (Requires Java 25+) (Release)",
"configurePreset": "ci-StdShar-Clang-FFM",
"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-Clang-FFM",
"description": "Clang Standard Build for macos with Java FFM (Requires Java 25+) (Release)",
"configurePreset": "ci-StdShar-macos-Clang-FFM",
"inherits": [
"ci-macos-Release-Clang"
]
},
{
"name": "ci-StdShar-macos-GNUC-FFM",
"description": "GNUC Standard Build for macos (Release)",
"configurePreset": "ci-StdShar-macos-GNUC-FFM",
"verbose": true,
"inherits": [
"ci-macos-Release-GNUC"
]
},
{
"name": "ci-StdShar-macos-GNUC",
"description": "GNUC Standard Build for macos with Java FFM (Requires Java 25+) (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-FFM",
"description": "GNUC Standard Build for x64 with Java FFM (Requires Java 25+) (Release)",
"configurePreset": "ci-StdShar-GNUC-FFM",
"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"
]
},
{
"name": "ci-StdShar-Intel-FFM",
"description": "Intel Standard Build for x64 with Java FFM (Requires Java 25+) (Release)",
"configurePreset": "ci-StdShar-Intel-FFM",
"verbose": true,
"inherits": [
"ci-x64-Release-Intel"
]
},
{
"name": "ci-MinShar-GNUC-Maven",
"description": "GNUC Minimal Build for x64 with Maven deployment (JNI - Java 8+)",
"configurePreset": "ci-MinShar-GNUC-Maven",
"verbose": true,
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-GNUC-Maven-Snapshot",
"description": "GNUC Minimal Build for x64 with Maven snapshot deployment (JNI - Java 8+)",
"configurePreset": "ci-MinShar-GNUC-Maven-Snapshot",
"verbose": true,
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-MSVC-Maven",
"description": "MSVC Minimal Build for x64 with Maven deployment (JNI - Java 8+)",
"configurePreset": "ci-MinShar-MSVC-Maven",
"verbose": true,
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-MSVC-Maven-Snapshot",
"description": "MSVC Minimal Build for x64 with Maven snapshot deployment (JNI - Java 8+)",
"configurePreset": "ci-MinShar-MSVC-Maven-Snapshot",
"verbose": true,
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-Clang-Maven",
"description": "Clang Minimal Build for x64 with Maven deployment (JNI - Java 8+)",
"configurePreset": "ci-MinShar-Clang-Maven",
"verbose": true,
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-MinShar-Clang-Maven-Snapshot",
"description": "Clang Minimal Build for x64 with Maven snapshot deployment (JNI - Java 8+)",
"configurePreset": "ci-MinShar-Clang-Maven-Snapshot",
"verbose": true,
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM",
"description": "GNUC Minimal Build for x64 with Maven deployment (FFM - Requires Java 25+)",
"configurePreset": "ci-MinShar-GNUC-Maven-FFM",
"verbose": true,
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"description": "GNUC Minimal Build for x64 with Maven snapshot deployment (FFM - Requires Java 25+)",
"configurePreset": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"verbose": true,
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM",
"description": "MSVC Minimal Build for x64 with Maven deployment (FFM - Requires Java 25+)",
"configurePreset": "ci-MinShar-MSVC-Maven-FFM",
"verbose": true,
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"description": "MSVC Minimal Build for x64 with Maven snapshot deployment (FFM - Requires Java 25+)",
"configurePreset": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"verbose": true,
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM",
"description": "Clang Minimal Build for x64 with Maven deployment (FFM - Requires Java 25+)",
"configurePreset": "ci-MinShar-Clang-Maven-FFM",
"verbose": true,
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"description": "Clang Minimal Build for x64 with Maven snapshot deployment (FFM - Requires Java 25+)",
"configurePreset": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"verbose": true,
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-Testing-GNUC-FFM",
"description": "GNUC Test-Enabled Build for FFM (Java 25+)",
"configurePreset": "ci-Testing-GNUC-FFM",
"verbose": true,
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-Testing-MSVC-FFM",
"description": "MSVC Test-Enabled Build for FFM (Java 25+)",
"configurePreset": "ci-Testing-MSVC-FFM",
"verbose": true,
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-Testing-Clang-FFM",
"description": "Clang Test-Enabled Build for FFM (Java 25+)",
"configurePreset": "ci-Testing-Clang-FFM",
"verbose": true,
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-Testing-GNUC-JNI",
"description": "GNUC Test-Enabled Build for JNI (Java 11+)",
"configurePreset": "ci-Testing-GNUC-JNI",
"verbose": true,
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-Testing-MSVC-JNI",
"description": "MSVC Test-Enabled Build for JNI (Java 11+)",
"configurePreset": "ci-Testing-MSVC-JNI",
"verbose": true,
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-Testing-Clang-JNI",
"description": "Clang Test-Enabled Build for JNI (Java 11+)",
"configurePreset": "ci-Testing-Clang-JNI",
"verbose": true,
"inherits": [
"ci-x64-Release-Clang"
]
}
],
"testPresets": [
{
"name": "ci-StdShar-MSVC",
"configurePreset": "ci-StdShar-MSVC",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-StdShar-MSVC-FFM",
"configurePreset": "ci-StdShar-MSVC-FFM",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-StdShar-Clang",
"configurePreset": "ci-StdShar-Clang",
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-StdShar-Clang-FFM",
"configurePreset": "ci-StdShar-Clang-FFM",
"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-Clang-FFM",
"configurePreset": "ci-StdShar-macos-Clang-FFM",
"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-macos-GNUC-FFM",
"configurePreset": "ci-StdShar-macos-GNUC-FFM",
"inherits": [
"ci-macos-Release-GNUC"
]
},
{
"name": "ci-StdShar-GNUC",
"configurePreset": "ci-StdShar-GNUC",
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-StdShar-GNUC-FFM",
"configurePreset": "ci-StdShar-GNUC-FFM",
"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"
],
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
}
},
{
"name": "ci-StdShar-win-Intel-FFM",
"configurePreset": "ci-StdShar-Intel-FFM",
"inherits": [
"ci-x64-Release-Intel"
],
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
}
},
{
"name": "ci-StdShar-Intel",
"configurePreset": "ci-StdShar-Intel",
"inherits": [
"ci-x64-Release-Intel"
]
},
{
"name": "ci-StdShar-Intel-FFM",
"configurePreset": "ci-StdShar-Intel-FFM",
"inherits": [
"ci-x64-Release-Intel"
]
},
{
"name": "ci-MinShar-GNUC-Maven",
"configurePreset": "ci-MinShar-GNUC-Maven",
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-GNUC-Maven-Snapshot",
"configurePreset": "ci-MinShar-GNUC-Maven-Snapshot",
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-MSVC-Maven",
"configurePreset": "ci-MinShar-MSVC-Maven",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-MSVC-Maven-Snapshot",
"configurePreset": "ci-MinShar-MSVC-Maven-Snapshot",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-Clang-Maven",
"configurePreset": "ci-MinShar-Clang-Maven",
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-MinShar-Clang-Maven-Snapshot",
"configurePreset": "ci-MinShar-Clang-Maven-Snapshot",
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM",
"configurePreset": "ci-MinShar-GNUC-Maven-FFM",
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"configurePreset": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM",
"configurePreset": "ci-MinShar-MSVC-Maven-FFM",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"configurePreset": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM",
"configurePreset": "ci-MinShar-Clang-Maven-FFM",
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"configurePreset": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-Testing-GNUC-FFM",
"configurePreset": "ci-Testing-GNUC-FFM",
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-Testing-MSVC-FFM",
"configurePreset": "ci-Testing-MSVC-FFM",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-Testing-Clang-FFM",
"configurePreset": "ci-Testing-Clang-FFM",
"inherits": [
"ci-x64-Release-Clang"
]
},
{
"name": "ci-Testing-GNUC-JNI",
"configurePreset": "ci-Testing-GNUC-JNI",
"inherits": [
"ci-x64-Release-GNUC"
]
},
{
"name": "ci-Testing-MSVC-JNI",
"configurePreset": "ci-Testing-MSVC-JNI",
"inherits": [
"ci-x64-Release-MSVC"
]
},
{
"name": "ci-Testing-Clang-JNI",
"configurePreset": "ci-Testing-Clang-JNI",
"inherits": [
"ci-x64-Release-Clang"
]
}
],
"packagePresets": [
{
"name": "ci-StdShar-MSVC",
"configurePreset": "ci-StdShar-MSVC",
"inherits": "ci-x64-Release-MSVC"
},
{
"name": "ci-StdShar-MSVC-FFM",
"configurePreset": "ci-StdShar-MSVC-FFM",
"inherits": "ci-x64-Release-MSVC"
},
{
"name": "ci-StdShar-Clang",
"configurePreset": "ci-StdShar-Clang",
"inherits": "ci-x64-Release-Clang"
},
{
"name": "ci-StdShar-Clang-FFM",
"configurePreset": "ci-StdShar-Clang-FFM",
"inherits": "ci-x64-Release-Clang"
},
{
"name": "ci-StdShar-macos-Clang",
"configurePreset": "ci-StdShar-macos-Clang",
"inherits": "ci-macos-Release-Clang"
},
{
"name": "ci-StdShar-macos-Clang-FFM",
"configurePreset": "ci-StdShar-macos-Clang-FFM",
"inherits": "ci-macos-Release-Clang"
},
{
"name": "ci-StdShar-macos-GNUC",
"configurePreset": "ci-StdShar-macos-GNUC",
"inherits": "ci-macos-Release-GNUC"
},
{
"name": "ci-StdShar-macos-GNUC-FFM",
"configurePreset": "ci-StdShar-macos-GNUC-FFM",
"inherits": "ci-macos-Release-GNUC"
},
{
"name": "ci-StdShar-GNUC",
"configurePreset": "ci-StdShar-GNUC",
"inherits": "ci-x64-Release-GNUC"
},
{
"name": "ci-StdShar-GNUC-FFM",
"configurePreset": "ci-StdShar-GNUC-FFM",
"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"
},
{
"name": "ci-StdShar-Intel-FFM",
"configurePreset": "ci-StdShar-Intel-FFM",
"inherits": "ci-x64-Release-Intel"
},
{
"name": "ci-MinShar-GNUC-Maven",
"configurePreset": "ci-MinShar-GNUC-Maven",
"inherits": "ci-x64-Release-GNUC"
},
{
"name": "ci-MinShar-GNUC-Maven-Snapshot",
"configurePreset": "ci-MinShar-GNUC-Maven-Snapshot",
"inherits": "ci-x64-Release-GNUC"
},
{
"name": "ci-MinShar-MSVC-Maven",
"configurePreset": "ci-MinShar-MSVC-Maven",
"inherits": "ci-x64-Release-MSVC"
},
{
"name": "ci-MinShar-MSVC-Maven-Snapshot",
"configurePreset": "ci-MinShar-MSVC-Maven-Snapshot",
"inherits": "ci-x64-Release-MSVC"
},
{
"name": "ci-MinShar-Clang-Maven",
"configurePreset": "ci-MinShar-Clang-Maven",
"inherits": "ci-x64-Release-Clang"
},
{
"name": "ci-MinShar-Clang-Maven-Snapshot",
"configurePreset": "ci-MinShar-Clang-Maven-Snapshot",
"inherits": "ci-x64-Release-Clang"
},
{
"name": "ci-MinShar-GNUC-Maven-FFM",
"configurePreset": "ci-MinShar-GNUC-Maven-FFM",
"inherits": "ci-x64-Release-GNUC"
},
{
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"configurePreset": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"inherits": "ci-x64-Release-GNUC"
},
{
"name": "ci-MinShar-MSVC-Maven-FFM",
"configurePreset": "ci-MinShar-MSVC-Maven-FFM",
"inherits": "ci-x64-Release-MSVC"
},
{
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"configurePreset": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"inherits": "ci-x64-Release-MSVC"
},
{
"name": "ci-MinShar-Clang-Maven-FFM",
"configurePreset": "ci-MinShar-Clang-Maven-FFM",
"inherits": "ci-x64-Release-Clang"
},
{
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"configurePreset": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"inherits": "ci-x64-Release-Clang"
}
],
"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-MSVC-FFM",
"steps": [
{
"type": "configure",
"name": "ci-StdShar-MSVC-FFM"
},
{
"type": "build",
"name": "ci-StdShar-MSVC-FFM"
},
{
"type": "test",
"name": "ci-StdShar-MSVC-FFM"
},
{
"type": "package",
"name": "ci-StdShar-MSVC-FFM"
}
]
},
{
"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-Clang-FFM",
"steps": [
{
"type": "configure",
"name": "ci-StdShar-Clang-FFM"
},
{
"type": "build",
"name": "ci-StdShar-Clang-FFM"
},
{
"type": "test",
"name": "ci-StdShar-Clang-FFM"
},
{
"type": "package",
"name": "ci-StdShar-Clang-FFM"
}
]
},
{
"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-macos-Clang-FFM",
"steps": [
{
"type": "configure",
"name": "ci-StdShar-macos-Clang-FFM"
},
{
"type": "build",
"name": "ci-StdShar-macos-Clang-FFM"
},
{
"type": "test",
"name": "ci-StdShar-macos-Clang-FFM"
},
{
"type": "package",
"name": "ci-StdShar-macos-Clang-FFM"
}
]
},
{
"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-macos-GNUC-FFM",
"steps": [
{
"type": "configure",
"name": "ci-StdShar-macos-GNUC-FFM"
},
{
"type": "build",
"name": "ci-StdShar-macos-GNUC-FFM"
},
{
"type": "test",
"name": "ci-StdShar-macos-GNUC-FFM"
},
{
"type": "package",
"name": "ci-StdShar-macos-GNUC-FFM"
}
]
},
{
"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-GNUC-FFM",
"steps": [
{
"type": "configure",
"name": "ci-StdShar-GNUC-FFM"
},
{
"type": "build",
"name": "ci-StdShar-GNUC-FFM"
},
{
"type": "test",
"name": "ci-StdShar-GNUC-FFM"
},
{
"type": "package",
"name": "ci-StdShar-GNUC-FFM"
}
]
},
{
"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-Intel-FFM",
"steps": [
{
"type": "configure",
"name": "ci-StdShar-Intel-FFM"
},
{
"type": "build",
"name": "ci-StdShar-Intel-FFM"
},
{
"type": "test",
"name": "ci-StdShar-Intel-FFM"
},
{
"type": "package",
"name": "ci-StdShar-Intel-FFM"
}
]
},
{
"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"
}
]
},
{
"name": "ci-StdShar-win-Intel-FFM",
"steps": [
{
"type": "configure",
"name": "ci-StdShar-Intel-FFM"
},
{
"type": "build",
"name": "ci-StdShar-Intel-FFM"
},
{
"type": "test",
"name": "ci-StdShar-win-Intel-FFM"
},
{
"type": "package",
"name": "ci-StdShar-Intel-FFM"
}
]
},
{
"name": "ci-MinShar-GNUC-Maven",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-GNUC-Maven"
},
{
"type": "build",
"name": "ci-MinShar-GNUC-Maven"
},
{
"type": "package",
"name": "ci-MinShar-GNUC-Maven"
}
]
},
{
"name": "ci-MinShar-GNUC-Maven-Snapshot",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-GNUC-Maven-Snapshot"
},
{
"type": "build",
"name": "ci-MinShar-GNUC-Maven-Snapshot"
},
{
"type": "package",
"name": "ci-MinShar-GNUC-Maven-Snapshot"
}
]
},
{
"name": "ci-MinShar-MSVC-Maven",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-MSVC-Maven"
},
{
"type": "build",
"name": "ci-MinShar-MSVC-Maven"
},
{
"type": "package",
"name": "ci-MinShar-MSVC-Maven"
}
]
},
{
"name": "ci-MinShar-MSVC-Maven-Snapshot",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-MSVC-Maven-Snapshot"
},
{
"type": "build",
"name": "ci-MinShar-MSVC-Maven-Snapshot"
},
{
"type": "package",
"name": "ci-MinShar-MSVC-Maven-Snapshot"
}
]
},
{
"name": "ci-MinShar-Clang-Maven",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-Clang-Maven"
},
{
"type": "build",
"name": "ci-MinShar-Clang-Maven"
},
{
"type": "package",
"name": "ci-MinShar-Clang-Maven"
}
]
},
{
"name": "ci-MinShar-Clang-Maven-Snapshot",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-Clang-Maven-Snapshot"
},
{
"type": "build",
"name": "ci-MinShar-Clang-Maven-Snapshot"
},
{
"type": "package",
"name": "ci-MinShar-Clang-Maven-Snapshot"
}
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-GNUC-Maven-FFM"
},
{
"type": "build",
"name": "ci-MinShar-GNUC-Maven-FFM"
},
{
"type": "package",
"name": "ci-MinShar-GNUC-Maven-FFM"
}
]
},
{
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot"
},
{
"type": "build",
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot"
},
{
"type": "package",
"name": "ci-MinShar-GNUC-Maven-FFM-Snapshot"
}
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-MSVC-Maven-FFM"
},
{
"type": "build",
"name": "ci-MinShar-MSVC-Maven-FFM"
},
{
"type": "package",
"name": "ci-MinShar-MSVC-Maven-FFM"
}
]
},
{
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot"
},
{
"type": "build",
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot"
},
{
"type": "package",
"name": "ci-MinShar-MSVC-Maven-FFM-Snapshot"
}
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-Clang-Maven-FFM"
},
{
"type": "build",
"name": "ci-MinShar-Clang-Maven-FFM"
},
{
"type": "package",
"name": "ci-MinShar-Clang-Maven-FFM"
}
]
},
{
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot",
"steps": [
{
"type": "configure",
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot"
},
{
"type": "build",
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot"
},
{
"type": "package",
"name": "ci-MinShar-Clang-Maven-FFM-Snapshot"
}
]
},
{
"name": "ci-Testing-GNUC-FFM",
"steps": [
{
"type": "configure",
"name": "ci-Testing-GNUC-FFM"
},
{
"type": "build",
"name": "ci-Testing-GNUC-FFM"
},
{
"type": "test",
"name": "ci-Testing-GNUC-FFM"
}
]
},
{
"name": "ci-Testing-MSVC-FFM",
"steps": [
{
"type": "configure",
"name": "ci-Testing-MSVC-FFM"
},
{
"type": "build",
"name": "ci-Testing-MSVC-FFM"
},
{
"type": "test",
"name": "ci-Testing-MSVC-FFM"
}
]
},
{
"name": "ci-Testing-Clang-FFM",
"steps": [
{
"type": "configure",
"name": "ci-Testing-Clang-FFM"
},
{
"type": "build",
"name": "ci-Testing-Clang-FFM"
},
{
"type": "test",
"name": "ci-Testing-Clang-FFM"
}
]
},
{
"name": "ci-Testing-GNUC-JNI",
"steps": [
{
"type": "configure",
"name": "ci-Testing-GNUC-JNI"
},
{
"type": "build",
"name": "ci-Testing-GNUC-JNI"
},
{
"type": "test",
"name": "ci-Testing-GNUC-JNI"
}
]
},
{
"name": "ci-Testing-MSVC-JNI",
"steps": [
{
"type": "configure",
"name": "ci-Testing-MSVC-JNI"
},
{
"type": "build",
"name": "ci-Testing-MSVC-JNI"
},
{
"type": "test",
"name": "ci-Testing-MSVC-JNI"
}
]
},
{
"name": "ci-Testing-Clang-JNI",
"steps": [
{
"type": "configure",
"name": "ci-Testing-Clang-JNI"
},
{
"type": "build",
"name": "ci-Testing-Clang-JNI"
},
{
"type": "test",
"name": "ci-Testing-Clang-JNI"
}
]
}
]
}