mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
build cakewallet instead of monero.com
run app_config.sh after building monero_c [skip slack]
This commit is contained in:
parent
cc765cd241
commit
ce7e7b8239
2 changed files with 9 additions and 8 deletions
16
.github/workflows/pr_test_build_ios.yml
vendored
16
.github/workflows/pr_test_build_ios.yml
vendored
|
@ -176,20 +176,20 @@ jobs:
|
|||
ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/sources" "$PWD/wownero/contrib/depends/sources"
|
||||
popd
|
||||
|
||||
- name: Execute Build and Setup Commands
|
||||
run: |
|
||||
pushd scripts/ios
|
||||
source ./app_env.sh monero.com
|
||||
./app_config.sh
|
||||
popd
|
||||
|
||||
- name: Build monero_c
|
||||
run: |
|
||||
pushd scripts/ios/
|
||||
source ./app_env.sh monero.com
|
||||
source ./app_env.sh cakewallet
|
||||
./build_monero_all.sh
|
||||
popd
|
||||
|
||||
- name: Execute Build and Setup Commands
|
||||
run: |
|
||||
pushd scripts/ios
|
||||
source ./app_env.sh cakewallet
|
||||
./app_config.sh
|
||||
popd
|
||||
|
||||
- name: Install Flutter dependencies
|
||||
run: |
|
||||
flutter pub get
|
||||
|
|
|
@ -26,6 +26,7 @@ do
|
|||
else
|
||||
./build_single.sh ${COIN} ${platform} -j$MAKE_JOB_COUNT
|
||||
fi
|
||||
done
|
||||
popd
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue