Skip to content

Commit

Permalink
trying to fix the ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbeijer committed Jul 21, 2021
1 parent 19a3deb commit 7df187b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-windows-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#fail on first error
set -e

pacman -S --needed --noconfirm git mingw-w64-x86_64-toolchain autoconf libtool mingw-w64-x86_64-cpputest mingw-w64-x86_64-qt5 mingw-w64-x86_64-cmake mingw-w64-x86_64-libvorbis zip p7zip unzip zeromq
pacman -S --needed --noconfirm git mingw-w64-x86_64-toolchain autoconf libtool mingw-w64-x86_64-cpputest mingw-w64-x86_64-qt5 mingw-w64-x86_64-cmake mingw-w64-x86_64-libvorbis zip p7zip unzip mingw-w64-x86_64-zeromq

#get script path
SCRIPT=$(realpath $0)
Expand Down Expand Up @@ -123,6 +123,7 @@ cp /mingw64/bin/libintl-8.dll $PWD
cp /mingw64/bin/libpcre-1.dll $PWD
cp /mingw64/bin/libbrotlicommon.dll $PWD
cp /mingw64/bin/libiconv-2.dll $PWD
cp /mingw64/bin/libzmq.dll $PWD
#7za.exe not needed anymore
#cp /usr/lib/p7zip/7za.exe $PWD
#cp /usr/bin/msys-stdc++-6.dll $PWD
Expand Down

0 comments on commit 7df187b

Please sign in to comment.