mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-23 13:22:52 +00:00
4 lines
199 B
Bash
Executable file
4 lines
199 B
Bash
Executable file
#!/bin/bash -ex
|
|
mkdir "$HOME/.ccache" || true
|
|
docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /citra/.travis/linux/docker.sh
|