Fix macOS AppVeyor build

This commit is contained in:
Cameron Gutman 2020-06-07 14:14:06 -07:00
parent db45f46d9e
commit a9f762aa96

View File

@ -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'