From a9f762aa96e6d9f7b627aaa942ef8d19edb2709d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 7 Jun 2020 14:14:06 -0700 Subject: [PATCH] Fix macOS AppVeyor build --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3b734c38..cdea9f0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,8 @@ environment: install: - sh: '[ "$BUILD_TARGET" != macos ] || nvm use node' - sh: '[ "$BUILD_TARGET" != macos ] || npm install --global create-dmg' + - sh: '[ "$BUILD_TARGET" != macos ] || brew install qt' + - sh: '[ "$BUILD_TARGET" != macos ] || brew link --force qt' - sh: '[ "$BUILD_TARGET" != steamlink ] || sudo apt install -y libc6:i386 libstdc++6:i386' - sh: '[ "$BUILD_TARGET" != steamlink ] || git clone --depth=1 https://github.com/ValveSoftware/steamlink-sdk.git $HOME/steamlink-sdk' - sh: '[ "$BUILD_TARGET" != linux ] || sudo add-apt-repository ppa:beineri/opt-qt-5.14.2-xenial'