diff options
Diffstat (limited to '.travis/linux-mingw')
| -rwxr-xr-x | .travis/linux-mingw/docker.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.travis/linux-mingw/docker.sh b/.travis/linux-mingw/docker.sh index 28033acfb..80d7dfe9b 100755 --- a/.travis/linux-mingw/docker.sh +++ b/.travis/linux-mingw/docker.sh | |||
| @@ -4,16 +4,8 @@ cd /yuzu | |||
| 4 | # override Travis CI unreasonable ccache size | 4 | # override Travis CI unreasonable ccache size |
| 5 | echo 'max_size = 3.0G' > "$HOME/.ccache/ccache.conf" | 5 | echo 'max_size = 3.0G' > "$HOME/.ccache/ccache.conf" |
| 6 | 6 | ||
| 7 | # Dirty hack to trick unicorn makefile into believing we are in a MINGW system | ||
| 8 | mv /bin/uname /bin/uname1 && echo -e '#!/bin/sh\necho MINGW64' >> /bin/uname | ||
| 9 | chmod +x /bin/uname | ||
| 10 | |||
| 11 | # Dirty hack to trick unicorn makefile into believing we have cmd | ||
| 12 | echo '' >> /bin/cmd | ||
| 13 | chmod +x /bin/cmd | ||
| 14 | |||
| 15 | mkdir build && cd build | 7 | mkdir build && cd build |
| 16 | cmake .. -G Ninja -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DYUZU_USE_BUNDLED_UNICORN=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DCMAKE_BUILD_TYPE=Release | 8 | cmake .. -G Ninja -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DCMAKE_BUILD_TYPE=Release |
| 17 | ninja | 9 | ninja |
| 18 | 10 | ||
| 19 | # Clean up the dirty hacks | 11 | # Clean up the dirty hacks |