Build: successful library and example compilation; merge file upload into unified example program; update CMakeLists.txt
This commit is contained in:
@ -28,3 +28,5 @@ foreach ($it in $items) {
|
||||
Get-ChildItem -LiteralPath $OutDir -File | Format-Table Name,Length -AutoSize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -33,3 +33,5 @@ Get-ChildItem -LiteralPath $BinDir -File | ForEach-Object {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -41,3 +41,5 @@ if ($resp.StatusCode -ge 200 -and $resp.StatusCode -lt 300) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -43,3 +43,5 @@ foreach ($f in $files) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -74,3 +74,5 @@ Invoke-RestMethod -Headers (@{ Authorization = ("token " + $Token); 'Content-Typ
|
||||
Write-Host 'Release notes updated with links.'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user