mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
8216403729
This essentially serves as a cache of sources because otherwise all the downloaded source disappears when the container exits.
4 lines
196 B
Bash
4 lines
196 B
Bash
#!/usr/bin/env bash
|
|
mkdir -p $1
|
|
docker run -it --rm -v $1:/home/$(id -un)/DivestOS/Builds -v divestos_ccache:/home/$(id -un)/.ccache -v divestos_repo:/home/$(id -un)/DivestOS android-build-fedora
|