From ce7e7b8239db50917db1a6b0b8d7fd324297e32f Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 5 Feb 2025 09:46:19 +0100 Subject: [PATCH] build cakewallet instead of monero.com run app_config.sh after building monero_c [skip slack] --- .github/workflows/pr_test_build_ios.yml | 16 ++++++++-------- scripts/ios/build_monero_all.sh | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr_test_build_ios.yml b/.github/workflows/pr_test_build_ios.yml index 2fa1568992..6a05864470 100644 --- a/.github/workflows/pr_test_build_ios.yml +++ b/.github/workflows/pr_test_build_ios.yml @@ -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 diff --git a/scripts/ios/build_monero_all.sh b/scripts/ios/build_monero_all.sh index 9dd0066e02..cf7d4713bb 100755 --- a/scripts/ios/build_monero_all.sh +++ b/scripts/ios/build_monero_all.sh @@ -26,6 +26,7 @@ do else ./build_single.sh ${COIN} ${platform} -j$MAKE_JOB_COUNT fi + done popd done