mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-13 14:08:17 -04:00
3 lines
194 B
Bash
Executable file
3 lines
194 B
Bash
Executable file
#!/bin/bash -ex
|
|
mkdir -p "$HOME/.ccache"
|
|
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
|