mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
Force build externals to check compatibility with ubuntu version
This commit is contained in:
parent
d21c879db1
commit
d8f29a4ac3
1 changed files with 20 additions and 18 deletions
38
.github/workflows/pr_test_build.yml
vendored
38
.github/workflows/pr_test_build.yml
vendored
|
@ -34,27 +34,29 @@ jobs:
|
||||||
./install_ndk.sh
|
./install_ndk.sh
|
||||||
source ./app_env.sh cakewallet
|
source ./app_env.sh cakewallet
|
||||||
./app_config.sh
|
./app_config.sh
|
||||||
|
|
||||||
- name: Cache Externals
|
|
||||||
id: cache-externals
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
/opt/android/cake_wallet/cw_haven/android/.cxx
|
|
||||||
/opt/android/cake_wallet/cw_haven/ios/External
|
|
||||||
/opt/android/cake_wallet/cw_monero/android/.cxx
|
|
||||||
/opt/android/cake_wallet/cw_monero/ios/External
|
|
||||||
/opt/android/cake_wallet/cw_shared_external/ios/External
|
|
||||||
key: ${{ hashFiles('**/build_monero.sh', '**/build_haven.sh') }}
|
|
||||||
|
|
||||||
- if: ${{ steps.cache-externals.outputs.cache-hit != 'true' }}
|
|
||||||
name: Generate Externals
|
|
||||||
run: |
|
|
||||||
cd /opt/android/cake_wallet/scripts/android/
|
|
||||||
source ./app_env.sh cakewallet
|
|
||||||
./build_all.sh
|
./build_all.sh
|
||||||
./copy_monero_deps.sh
|
./copy_monero_deps.sh
|
||||||
|
|
||||||
|
# - name: Cache Externals
|
||||||
|
# id: cache-externals
|
||||||
|
# uses: actions/cache@v3
|
||||||
|
# with:
|
||||||
|
# path: |
|
||||||
|
# /opt/android/cake_wallet/cw_haven/android/.cxx
|
||||||
|
# /opt/android/cake_wallet/cw_haven/ios/External
|
||||||
|
# /opt/android/cake_wallet/cw_monero/android/.cxx
|
||||||
|
# /opt/android/cake_wallet/cw_monero/ios/External
|
||||||
|
# /opt/android/cake_wallet/cw_shared_external/ios/External
|
||||||
|
# key: ${{ hashFiles('**/build_monero.sh', '**/build_haven.sh') }}
|
||||||
|
#
|
||||||
|
# - if: ${{ steps.cache-externals.outputs.cache-hit != 'true' }}
|
||||||
|
# name: Generate Externals
|
||||||
|
# run: |
|
||||||
|
# cd /opt/android/cake_wallet/scripts/android/
|
||||||
|
# source ./app_env.sh cakewallet
|
||||||
|
# ./build_all.sh
|
||||||
|
# ./copy_monero_deps.sh
|
||||||
|
|
||||||
- name: Install Flutter dependencies
|
- name: Install Flutter dependencies
|
||||||
run: |
|
run: |
|
||||||
cd /opt/android/cake_wallet
|
cd /opt/android/cake_wallet
|
||||||
|
|
Loading…
Reference in a new issue