yuzu/.travis/linux/build.sh
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