Skip to content

Commit

Permalink
add fleet-http-client, cpprest
Browse files Browse the repository at this point in the history
  • Loading branch information
Melky-Phoe committed Mar 25, 2024
1 parent 96dfe4e commit a16d112
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 0 deletions.
35 changes: 35 additions & 0 deletions example/package/cpprestsdk/cpprestsdk_debug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"Env": {},
"DependsOn": [],
"Git": {
"URI": "git@github.com:microsoft/cpprestsdk.git",
"Revision": "v2.10.15"
},
"Build": {
"CMake": {
"Defines": {
"CMAKE_BUILD_TYPE": "Debug"
}
}
},
"Package": {
"Name": "cpprestsdk",
"VersionTag": "v2.10.15",
"PlatformString": {
"Mode": "auto"
},
"IsLibrary": true,
"IsDevLib": true,
"IsDebug": true
},
"DockerMatrix": {
"ImageNames": [
"ubuntu2004",
"ubuntu2204",
"debian12",
"debian11",
"ubuntu2304",
"ubuntu2310"
]
}
}
35 changes: 35 additions & 0 deletions example/package/cpprestsdk/cpprestsdk_release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"Env": {},
"DependsOn": [],
"Git": {
"URI": "git@github.com:microsoft/cpprestsdk.git",
"Revision": "v2.10.15"
},
"Build": {
"CMake": {
"Defines": {
"CMAKE_BUILD_TYPE": "Release"
}
}
},
"Package": {
"Name": "cpprestsdk",
"VersionTag": "v2.10.15",
"PlatformString": {
"Mode": "auto"
},
"IsLibrary": true,
"IsDevLib": true,
"IsDebug": false
},
"DockerMatrix": {
"ImageNames": [
"ubuntu2004",
"ubuntu2204",
"debian12",
"debian11",
"ubuntu2304",
"ubuntu2310"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"Env": {},
"DependsOn": [ "zlib", "ba-logger", "boost", "fleet-protocol-interface", "fleet-protocol-cpp", "cpprestsdk" ],
"Git": {
"URI": "https://github.com/bringauto/fleet-http-client.git",
"Revision": "v1.2.0"
},
"Build": {
"CMake": {
"Defines": {
"CMAKE_BUILD_TYPE": "Debug",
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_SAMPLES" : "OFF",
"BRINGAUTO_TESTS" : "OFF"
}
}
},
"Package": {
"Name": "fleet-http-client-shared",
"VersionTag": "v1.2.0",
"PlatformString": {
"Mode": "auto"
},
"IsLibrary": true,
"IsDevLib": true,
"IsDebug": true
},
"DockerMatrix": {
"ImageNames": [
"ubuntu2004",
"ubuntu2204",
"debian12",
"debian11",
"ubuntu2304",
"ubuntu2310"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"Env": {},
"DependsOn": [ "zlib", "ba-logger", "boost", "fleet-protocol-interface", "fleet-protocol-cpp", "cpprestsdk" ],
"Git": {
"URI": "https://github.com/bringauto/fleet-http-client.git",
"Revision": "v1.2.0"
},
"Build": {
"CMake": {
"Defines": {
"CMAKE_BUILD_TYPE": "Release",
"BRINGAUTO_INSTALL": "ON",
"BRINGAUTO_PACKAGE": "ON",
"BRINGAUTO_SYSTEM_DEP": "ON",
"BRINGAUTO_SAMPLES" : "OFF",
"BRINGAUTO_TESTS" : "OFF"
}
}
},
"Package": {
"Name": "fleet-http-client-shared",
"VersionTag": "v1.2.0",
"PlatformString": {
"Mode": "auto"
},
"IsLibrary": true,
"IsDevLib": true,
"IsDebug": false
},
"DockerMatrix": {
"ImageNames": [
"ubuntu2004",
"ubuntu2204",
"debian12",
"debian11",
"ubuntu2304",
"ubuntu2310"
]
}
}

0 comments on commit a16d112

Please sign in to comment.