yuzu-fork/.travis/linux/build.sh
2018-08-29 15:28:13 +02:00

4 lines
184 B
Bash
Executable file

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