summaryrefslogtreecommitdiffstats
path: root/.travis/linux-mingw/build.sh
blob: c32a909d378b364a6be9563beb5502cb235d9237 (plain) (blame)
1
2
3
4
#!/bin/bash -ex

mkdir -p "$HOME/.ccache"
docker run -e ENABLE_COMPATIBILITY_REPORTING --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-mingw /bin/bash /yuzu/.travis/linux-mingw/docker.sh