summaryrefslogtreecommitdiffstats
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index ab4a615..84b4f2f 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -148,6 +148,17 @@
"ci-Java",
"ci-StdShar"
]
+ },
+ {
+ "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": [
@@ -175,6 +186,15 @@
"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": [
@@ -203,6 +223,18 @@
"inherits": [
"ci-x64-Release-GNUC"
]
+ },
+ {
+ "name": "ci-StdShar-Intel",
+ "configurePreset": "ci-StdShar-Intel",
+ "inherits": [
+ "ci-x64-Release-Intel"
+ ],
+ "filter": {
+ "exclude": {
+ "name": "H5DUMP-tfloatsattrs"
+ }
+ }
}
],
"packagePresets": [
@@ -220,6 +252,11 @@
"name": "ci-StdShar-GNUC",
"configurePreset": "ci-StdShar-GNUC",
"inherits": "ci-x64-Release-GNUC"
+ },
+ {
+ "name": "ci-StdShar-Intel",
+ "configurePreset": "ci-StdShar-Intel",
+ "inherits": "ci-x64-Release-Intel"
}
],
"workflowPresets": [
@@ -249,6 +286,15 @@
{"type": "test", "name": "ci-StdShar-GNUC"},
{"type": "package", "name": "ci-StdShar-GNUC"}
]
+ },
+ {
+ "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"}
+ ]
}
]
}