Browse Source

CI fixup

tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
5489870fa0
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      .travis/before_install.sh
  2. +1
    -1
      .travis/install.sh

+ 3
- 1
.travis/before_install.sh View File

@@ -10,7 +10,9 @@ sudo add-apt-repository -y ppa:kxstudio-debian/kxstudio
sudo add-apt-repository -y ppa:kxstudio-debian/mingw
sudo add-apt-repository -y ppa:kxstudio-debian/toolchain

if [ "${TARGET}" = "win32" ] || [ "${TARGET}" = "win64" ]; then
if [ "${TARGET}" = "linux-strict" ] || [ "${TARGET}" = "linux-juce-strict" ]; then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
elif [ "${TARGET}" = "win32" ] || [ "${TARGET}" = "win64" ]; then
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
fi


+ 1
- 1
.travis/install.sh View File

@@ -26,7 +26,7 @@ if [ "${TARGET}" = "linux" ]; then
binutils-mingw-w64-x86-64 \
g++-mingw-w64-i686 \
g++-mingw-w64-x86-64 \
wine-stable
winehq-stable

# Fix for 32bit bridge link
sudo ln -s /usr/lib/i386-linux-gnu/libX11.so.6 /usr/lib/i386-linux-gnu/libX11.so


Loading…
Cancel
Save