mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Add vcpkg-configuration-rhel8.json with an independent baseline that can be updated separately from the default config. The RHEL8 CI workflow copies this file over vcpkg-configuration.json before running cmake. Add vcpkg-readme.md documenting the configuration files and their usage.
15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"default-registry": {
|
|
"kind": "git",
|
|
"baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836",
|
|
"repository": "https://github.com/microsoft/vcpkg"
|
|
},
|
|
"registries": [
|
|
{
|
|
"kind": "artifact",
|
|
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
|
|
"name": "microsoft"
|
|
}
|
|
]
|
|
}
|