Fulcrum/contrib/travis/windows.pc.install
Calin Culianu 30d87053fe Revert "Windows Travis CI: Try and install/use pkg-config to autodetect libzmq"
This reverts commit 10b07efb31.

It didn't work -- going back to the old bad way.
2021-02-07 16:16:27 +02:00

3 lines
211 B
Bash
Executable file

#!/bin/sh
export PATH=/C/tools/msys64/usr/bin:$PATH
powershell -executionpolicy bypass "pacman --sync --noconfirm --needed mingw-w64-$MINGW_ARCH-toolchain mingw-w64-$MINGW_ARCH-qt5 mingw-w64-$MINGW_ARCH-zeromq"