mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-02 13:27:52 +00:00
4 lines
195 B
Bash
Executable file
4 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
|