1
0
Fork 0
mirror of https://github.com/zhaobot/yuzu.git synced 2025-01-23 00:10:32 -03:00
yuzu-tx-update/.travis/linux/build.sh

5 lines
255 B
Bash
Raw Normal View History

#!/bin/bash -ex
2018-08-31 20:08:03 +02:00
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 yuzuemu/build-environments:linux-fresh /bin/bash /yuzu/.travis/linux/docker.sh