Skip to content

Commit ce7e7b8

Browse files
committed
build cakewallet instead of monero.com
run app_config.sh after building monero_c [skip slack]
1 parent cc765cd commit ce7e7b8

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/pr_test_build_ios.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,20 @@ jobs:
176176
ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/sources" "$PWD/wownero/contrib/depends/sources"
177177
popd
178178
179-
- name: Execute Build and Setup Commands
180-
run: |
181-
pushd scripts/ios
182-
source ./app_env.sh monero.com
183-
./app_config.sh
184-
popd
185-
186179
- name: Build monero_c
187180
run: |
188181
pushd scripts/ios/
189-
source ./app_env.sh monero.com
182+
source ./app_env.sh cakewallet
190183
./build_monero_all.sh
191184
popd
192185
186+
- name: Execute Build and Setup Commands
187+
run: |
188+
pushd scripts/ios
189+
source ./app_env.sh cakewallet
190+
./app_config.sh
191+
popd
192+
193193
- name: Install Flutter dependencies
194194
run: |
195195
flutter pub get

scripts/ios/build_monero_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ do
2626
else
2727
./build_single.sh ${COIN} ${platform} -j$MAKE_JOB_COUNT
2828
fi
29+
done
2930
popd
3031
done
3132

0 commit comments

Comments
 (0)