mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Merge branch 'go113' into 'master'
syncthing-android: Build with go1.13 See merge request fdroid/fdroiddata!5448
This commit is contained in:
commit
b6a452f60f
1 changed files with 3 additions and 1 deletions
|
|
@ -1238,7 +1238,9 @@ Builds:
|
|||
submodules: true
|
||||
sudo:
|
||||
- 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:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
|
|
|
|||
Loading…
Reference in a new issue