mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:49:59 +00:00
a8f54f96fc
This commit also fixed a broken cmake dependency with unicorn
4 lines
209 B
Bash
Executable file
4 lines
209 B
Bash
Executable file
#!/bin/bash -ex
|
|
mkdir "$HOME/.ccache" || true
|
|
docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /yuzu/.travis/linux-mingw/docker.sh
|