This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
CI: enable i386 multiarch for win32 cross-build
Signed-off-by: falkTX <falktx@falktx.com>
tags/2020-07-14
falkTX
4 years ago
parent
f3973894da
commit
612078156e
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.travis/before_install.sh
+ 4
- 0
.travis/before_install.sh
View File
@@ -5,6 +5,10 @@ set -e
sudo add-apt-repository -y ppa:kxstudio-debian/kxstudio
sudo add-apt-repository -y ppa:kxstudio-debian/toolchain
if [ "${TARGET}" = "win32" ]; then
sudo dpkg --add-architecture i386
fi
sudo apt-get update -qq
sudo apt-get install kxstudio-repos
sudo apt-get update -qq
Write
Preview
Loading…
Cancel
Save