File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,19 @@ cd dependencies
1111wget http:// swdownloads.analog.com / cse/ build/ libiio- win- deps- libusb1.0.24 .zip - OutFile " libiio-win-deps.zip"
12127z x - y " libiio-win-deps.zip"
1313
14+ # Version numbers inside this directory change all the time; print what's
15+ # currently in the folder to make it easier to debug CI breakages on MinGW.
16+ dir C:\ghcup\ghc\
17+
1418if ($COMPILER -eq " MinGW Makefiles" ) {
1519 cp $src_dir \dependencies\libs\64 \libserialport- 0. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
1620 cp $src_dir \dependencies\libs\64 \libusb- 1.0 .dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
1721 cp C:\ghcup\ghc\9.2 .8 \mingw\bin\libgcc_s_seh- 1. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
18- cp C:\ghcup\ghc\9.4 . 5 \mingw\bin\libiconv- 2. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
19- cp C:\ghcup\ghc\9.4 . 5 \mingw\bin\zlib1.dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
20- cp C:\ghcup\ghc\9.4 . 5 \mingw\bin\liblzma- 5. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
21- cp C:\ghcup\ghc\9.4 . 5 \mingw\bin\libwinpthread- 1. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
22- cp C:\ghcup\ghc\9.4 . 5 \mingw\bin\libxml2- 2. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
22+ cp C:\ghcup\ghc\9.6 . 3 \mingw\bin\libiconv- 2. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
23+ cp C:\ghcup\ghc\9.6 . 3 \mingw\bin\zlib1.dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
24+ cp C:\ghcup\ghc\9.6 . 3 \mingw\bin\liblzma- 5. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
25+ cp C:\ghcup\ghc\9.6 . 3 \mingw\bin\libwinpthread- 1. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
26+ cp C:\ghcup\ghc\9.6 . 3 \mingw\bin\libxml2- 2. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
2327 cp C:\ghcup\ghc\9.2 .8 \mingw\bin\libstdc++ -6. dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
2428} else {
2529 cp $src_dir \dependencies\libs\64 \libxml2.dll $env: BUILD_ARTIFACTSTAGINGDIRECTORY
You can’t perform that action at this time.
0 commit comments