mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 07:47:53 -05:00
Add ccache support for Linux on Travis
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
|
||||
docker run -e CCACHE_DIR=/ccache -v $HOME/.ccache:/ccache -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/linux/docker.sh
|
||||
|
Reference in New Issue
Block a user