Build: successful library and example compilation; merge file upload into unified example program; update CMakeLists.txt

This commit is contained in:
mbusc
2025-08-28 19:51:25 +02:00
parent 0b4b5244f1
commit 5528096614
12 changed files with 570 additions and 375 deletions

View File

@ -28,3 +28,5 @@ foreach ($it in $items) {
Get-ChildItem -LiteralPath $OutDir -File | Format-Table Name,Length -AutoSize

View File

@ -33,3 +33,5 @@ Get-ChildItem -LiteralPath $BinDir -File | ForEach-Object {
}

View File

@ -41,3 +41,5 @@ if ($resp.StatusCode -ge 200 -and $resp.StatusCode -lt 300) {
}

View File

@ -43,3 +43,5 @@ foreach ($f in $files) {
}

View File

@ -74,3 +74,5 @@ Invoke-RestMethod -Headers (@{ Authorization = ("token " + $Token); 'Content-Typ
Write-Host 'Release notes updated with links.'