1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
syncthing-android/docker/README.md
Simon Frei d753c2659f
Prebuild in docker image based on local copy of repo
Instead of checking out the default branch. Otherwise it's impossible to
test local changes.
2023-06-18 16:45:01 +02:00

15 lines
492 B
Markdown

# How to use this
## Create the builder image
From inside the checked out syncthing-android repository, run:
`docker build -t syncthing-android-builder:latest -f ./docker/Dockerfile .`
## Build the app
1. From inside the checked out syncthing-android repository, run:
`git submodule init; git submodule update`
2. Actual build:
`docker run --rm -v /tmp/syncthing-android:/mnt syncthing-android-builder ./gradlew buildNative assembleDebug`
3. Retrieve APKs from ./app/build/outputs