Skip to content

Commit

Permalink
Add missing libm2k.exp to build artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 10, 2024
1 parent e68dcdf commit 2087166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CI/windows/make_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ function Move-To-Build-Dir() {
Copy-Item -Path "*.dll" -Destination $BUILD_DIR
Copy-Item -Path "*.exe" -Destination $BUILD_DIR
Copy-Item -Path "*libm2k.lib" -Destination $BUILD_DIR
Copy-Item -Path "libm2k.exp" -Destination $BUILD_DIR
Copy-Item -Path "libm2k.dll" -Destination $BUILD_DIR
Copy-Item -Path "*.iss" -Destination $BUILD_DIR

Copy-Item -Path (Join-Path $OUTSIDE_BUILD "libiio-$ARCH\*.dll") -Destination $BUILD_DIR
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parameters:
- 3.8
- 3.7

# jobs:
jobs:
# - job: LinuxBuilds
# strategy:
# matrix:
Expand Down

0 comments on commit 2087166

Please sign in to comment.