Skip to content

Commit

Permalink
ci/windows: add missing artifact export
Browse files Browse the repository at this point in the history
- The missing file was necessary in the generation step of the
Matlab bindings.

Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea authored and AlexandraTrifan committed Oct 23, 2024
1 parent b9123a3 commit a0075a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/windows/make_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ 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 "*.iss" -Destination $BUILD_DIR

Copy-Item -Path (Join-Path $OUTSIDE_BUILD "libiio-$ARCH\*.dll") -Destination $BUILD_DIR
Expand Down

0 comments on commit a0075a2

Please sign in to comment.