2
0
Fork 0
mirror of https://github.com/yuzu-mirror/yuzu synced 2025-01-08 17:38:47 +00:00
yuzu/.travis/linux-mingw/build.sh

4 lines
235 B
Bash
Raw Normal View History

#!/bin/bash -ex
mkdir "$HOME/.ccache" || true
docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache yuzuemu/build-environments:linux-mingw /bin/bash -ex /yuzu/.travis/linux-mingw/docker.sh