mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
d3092a90f3
* Add cmake test port for user projects * Improve find_package test failure output * Remove JPEG from find_package tests * Report find_package tests to stdout * Test more packages * Revise package list * Remove obsolete variable * Move AZP markup out of loop * Fix typo * Isolate find_package tests * Disable manifest mode * Improve stdout * Enable debug output for find_package Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"name": "cmake-user",
|
|
"version-date": "2021-07-24",
|
|
"description": "Test port to verify the vcpkg toolchain in cmake user projects",
|
|
"default-features": [
|
|
"ci"
|
|
],
|
|
"features": {
|
|
"ci": {
|
|
"description": "The CI set of features to test",
|
|
"dependencies": [
|
|
{
|
|
"name": "cmake-user",
|
|
"default-features": false,
|
|
"features": [
|
|
"find-package"
|
|
]
|
|
},
|
|
{
|
|
"name": "cmake-user",
|
|
"default-features": false,
|
|
"features": [
|
|
"cmake-3-4"
|
|
],
|
|
"platform": "x64 & (windows | linux | osx) & !uwp"
|
|
}
|
|
]
|
|
},
|
|
"cmake-3-4": {
|
|
"description": "Use CMake 3.4 to build the test project"
|
|
},
|
|
"find-package": {
|
|
"description": "Ports to be tested via find_package($package)",
|
|
"dependencies": [
|
|
{
|
|
"$package": "BZip2",
|
|
"name": "bzip2"
|
|
},
|
|
{
|
|
"$package": "EXPAT",
|
|
"name": "expat"
|
|
},
|
|
{
|
|
"$package": "Freetype",
|
|
"name": "freetype"
|
|
},
|
|
{
|
|
"$package": "Intl",
|
|
"name": "gettext"
|
|
},
|
|
{
|
|
"$package": "GIF",
|
|
"name": "giflib"
|
|
},
|
|
{
|
|
"$package": "LibLZMA",
|
|
"name": "liblzma"
|
|
},
|
|
{
|
|
"$package": "Curses",
|
|
"name": "ncurses",
|
|
"platform": "!windows & !uwp"
|
|
},
|
|
{
|
|
"$package": "ZLIB",
|
|
"name": "zlib"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|