mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
4 lines
191 B
Bash
Executable File
4 lines
191 B
Bash
Executable File
#!/bin/bash -ex
|
|
mkdir -p "$HOME/.ccache"
|
|
docker run -v $(pwd):/threeSD -v "$HOME/.ccache":/root/.ccache citraemu/build-environments:linux-fresh /bin/bash -ex /threeSD/.travis/linux/docker.sh
|