Skip to content

Commit

Permalink
Skip some mingw packages for travis, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Sep 5, 2018
1 parent f671e3d commit 3643fd3
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis/install.sh
Expand Up @@ -22,21 +22,22 @@ sudo apt-get install -y \
fluidsynth-static \
apple-x86-setup \
mingw32-x-gcc \
mingw32-x-fluidsynth \
mingw32-x-fftw \
mingw32-x-liblo \
mingw32-x-mxml \
mingw32-x-pkgconfig \
mingw32-x-zlib \
mingw64-x-gcc \
mingw64-x-fluidsynth \
mingw64-x-fftw \
mingw64-x-liblo \
mingw64-x-mxml \
mingw64-x-pkgconfig \
mingw64-x-zlib \
wine-rt-dev

# mingw32-x-fluidsynth
# mingw32-x-fftw
# mingw32-x-liblo
# mingw32-x-mxml
# mingw32-x-zlib
# mingw64-x-fluidsynth
# mingw64-x-fftw
# mingw64-x-liblo
# mingw64-x-mxml
# mingw64-x-zlib

mkdir /tmp/osx-macports-pkgs
cd /tmp/osx-macports-pkgs
wget https://launchpad.net/~kxstudio-team/+archive/ubuntu/builds/+files/apple-macports-flac_1.2.1-1_all.deb
Expand Down

0 comments on commit 3643fd3

Please sign in to comment.