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

4 lines
144 B
Bash
Raw Normal View History

#!/bin/bash -ex
2018-06-04 17:19:09 +02:00
docker run -e CCACHE_DIR=/ccache -v $HOME/.ccache:/ccache -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh