mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update build steps for st.wow.git.hrm.yml
This commit is contained in:
parent
364a333f90
commit
910b4c3b07
1 changed files with 23 additions and 2 deletions
|
|
@ -33,7 +33,28 @@ Builds:
|
|||
- ANDROID_NDK_ROOT=$$NDK$$ gogio -target android -version 2 .
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 3
|
||||
commit: v1.0.3
|
||||
output: hrm/hrm.apk
|
||||
build:
|
||||
- wget -O go.tgz https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz
|
||||
- echo '512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569 go.tgz'
|
||||
| shasum -c -
|
||||
- tar xf go.tgz
|
||||
- PATH="$PWD/go/bin:$HOME/go/bin:$PATH"
|
||||
- cd hrm
|
||||
- go install gioui.org/cmd/gogio
|
||||
- go get -d git.wow.st/gmp/ble
|
||||
- pushd `go list -f {{.Dir}} git.wow.st/gmp/ble`
|
||||
- chmod +rwx . depjars
|
||||
- go generate depjars/build.go
|
||||
- popd
|
||||
- ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$NDK$$ gogio -target android -version
|
||||
3 -appid st.wow.git.hrm .
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 2
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue