Skip to content

Commit

Permalink
getting closer to fixing the MXE 64-bit Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
richard42 committed Jan 30, 2019
1 parent 29282d3 commit 40ea8d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ matrix:
- curl -sSL "https://mirror.mxe.cc/repos/apt/client-conf/mxeapt.gpg" | sudo -E apt-key add -
- echo "deb https://mirror.mxe.cc/repos/apt xenial main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-gcc
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-sdl2
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-freeglut
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-freetype
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-libpng
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-zlib
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-opencv
- sudo apt-get -y --allow-unauthenticated install mxe-i686-w64-mingw32.shared-pkgconf
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-gcc
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-sdl2
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-freeglut
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-freetype
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-libpng
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-zlib
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-opencv
- sudo apt-get -y --allow-unauthenticated install mxe-x86-64-w64-mingw32.shared-pkgconf
- sudo apt-get -y --allow-unauthenticated install nasm
script:
- make UNAME=MINGW CROSS_COMPILE="${MXE_CPU}-w64-mingw32.shared-" CC="${MXE_CPU}-w64-mingw32.shared-gcc" CXX="${MXE_CPU}-w64-mingw32.shared-g++" HOST_CPU="${MXE_CPU}" SDL_CONFIG="${MXE_CPU}-w64-mingw32.shared-sdl2-config" -C projects/unix V=1 clean &&
Expand Down

0 comments on commit 40ea8d7

Please sign in to comment.