1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-25 22:01:16 +00:00
syncthing-android/docker
Catfriend1 9120e4afc9
Update native build to use go 1.11.4 (fixes #213) (#214)
* Update Go version

* Update native build to use go 1.11.4 (fixes #213)

* Update fdroid metadata

* Fix builds with Go 1.10 onwards (#213)
2019-02-05 23:28:47 +01:00
..
Dockerfile Update native build to use go 1.11.4 (fixes #213) (#214) 2019-02-05 23:28:47 +01:00
prebuild.sh Move build script to python (#1184) 2018-07-18 00:17:58 +01:00
README.md Docker image, and windows builds (#1049) 2018-04-09 21:13:25 +01:00

How to use this

  1. Build the docker image: docker build -t syncthing-android-builder:latest .
  2. Checkout syncthing-android somewhere (for the sake of discussion let's say /tmp/syncthing-android)
  3. Inside /tmp/syncthing-android, do git submodule init; git submodule update
  4. Run docker run --rm -v /tmp/syncthing-android:/mnt syncthing-android-builder ./gradlew buildNative assembleDebug
  5. Retrieve APKs from /tmp/syncthing-android/app/build/outputs