Skip to content

Commit

Permalink
Daily vcpkg ports for template
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed May 3, 2021
1 parent 56efbd3 commit 6d68e10
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ports/azure-template-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF 8cf7746b6b688dc9e75dcf0d3d76d1b161a4a555
SHA512 d3cadbc34a5fd83a09ddb3a2d56ebcd797bcc20e04ed916b36f021b9c88fe5ed434322d2365808f685ddf15e4a7a745cdffc595e19c6a75eeb94bd650e568ab8
)

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}/sdk/template/azure-template/
PREFER_NINJA
OPTIONS
-DWARNINGS_AS_ERRORS=OFF
)

vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_cmake_config_fixup()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
25 changes: 25 additions & 0 deletions ports/azure-template-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "azure-template-cpp",
"version-semver": "1.0.0-beta.873424",
"description": [
"Microsoft Azure Template SDK for C++",
"This is a template library meant to illustrate initial client library development process for Azure SDK.",
"It is not meant to be published to vcpkg."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/template/azure-template",
"license": "MIT",
"dependencies": [
{
"name": "azure-core-cpp",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
9 changes: 9 additions & 0 deletions versions/a-/azure-template-cpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "8f36b38ffb1da947053042843b4eef5123ea48bb",
"version-semver": "1.0.0-beta.873424",
"port-version": 0
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@
"baseline": "12.0.0-beta.11",
"port-version": 0
},
"azure-template-cpp": {
"baseline": "1.0.0-beta.873424",
"port-version": 0
},
"azure-uamqp-c": {
"baseline": "2020-12-09",
"port-version": 0
Expand Down

0 comments on commit 6d68e10

Please sign in to comment.