summaryrefslogtreecommitdiffstats
path: root/.travis/linux/build.sh
blob: 2fced727d798a3141513dd57eabb18f5e0ae05b0 (plain) (blame)
1
2
3
4
#!/bin/bash -ex

mkdir -p "$HOME/.ccache"
docker run -e ENABLE_COMPATIBILITY_REPORTING --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