mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
testing
This commit is contained in:
parent
f04f17375b
commit
9ec108ab82
1 changed files with 4 additions and 3 deletions
7
.github/workflows/pr_test_build.yml
vendored
7
.github/workflows/pr_test_build.yml
vendored
|
@ -34,7 +34,9 @@ jobs:
|
|||
wget https://go.dev/dl/go1.22.4.linux-amd64.tar.gz
|
||||
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.4.linux-amd64.tar.gz
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
go install golang.org/x/mobile/cmd/gomobile@latest
|
||||
gomobile init
|
||||
|
||||
# install mwebd:
|
||||
cd /opt/android/cake_wallet
|
||||
|
@ -42,9 +44,8 @@ jobs:
|
|||
cd /opt/android/cake_wallet/mwebd
|
||||
go get github.com/ltcmweb/mwebd/cmd/mwebd
|
||||
go install github.com/ltcmweb/mwebd/cmd/mwebd
|
||||
go get golang.org/x/mobile/cmd/gobind
|
||||
go get golang.org/x/mobile/cmd/gomobile
|
||||
gomobile init
|
||||
# go get golang.org/x/mobile/cmd/gobind
|
||||
# go get golang.org/x/mobile/cmd/gomobile
|
||||
gomobile bind -target=android -androidapi 21 github.com/ltcmweb/mwebd
|
||||
mkdir -p /opt/android/cake_wallet/cw_mweb/android/libs/
|
||||
mv ./mwebd.aar $_
|
||||
|
|
Loading…
Reference in a new issue