Skip to content

Commit

Permalink
build cakewallet instead of monero.com
Browse files Browse the repository at this point in the history
run app_config.sh after building monero_c
[skip slack]
  • Loading branch information
MrCyjaneK committed Feb 5, 2025
1 parent cc765cd commit ce7e7b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr_test_build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions scripts/ios/build_monero_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ do
else
./build_single.sh ${COIN} ${platform} -j$MAKE_JOB_COUNT
fi
done
popd
done

Expand Down

0 comments on commit ce7e7b8

Please sign in to comment.