mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
syncthing-android: Build with go1.13
This commit is contained in:
parent
6737810b1f
commit
f1b60518f3
1 changed files with 3 additions and 1 deletions
|
|
@ -1238,7 +1238,9 @@ Builds:
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- apt update || apt update
|
- apt update || apt update
|
||||||
- apt install -y -t testing golang-go
|
- apt install -y -t testing golang-1.13-go
|
||||||
|
- ln -s /usr/lib/go-1.13 /usr/lib/go
|
||||||
|
- ln -s /usr/lib/go-1.13/bin/go /usr/bin/go
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue