1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-03-25 09:47:22 +00:00
2018-08-31 20:13:26 +02:00

5 lines
195 B
Bash
Executable File

#!/bin/bash -ex
mkdir -p "$HOME/.ccache"
docker run --env-file .travis/common/travis-ci.env -v $(pwd):/yuzu -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh