Skip to content

Commit 9cb351b

Browse files
authored
Update build_loop.yml with customization script details
Added customisation script and included LoopKit/Loop#2329.
1 parent fa39dbf commit 9cb351b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/build_loop.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,20 @@ jobs:
208208
209209
# Add patches for customization of additional submodules by following the templates above,
210210
# and make sure to specify the submodule by setting "--directory=(submodule_name)".
211+
211212
# Several patches may be added per submodule.
212213
# Adding comments (#) may be useful to easily tell the individual patches apart.
214+
# The lines below add the customizations listed using the CustomizationSelect script
215+
# The "\" is a continuation character
216+
# the line following a "\" should not be blank
217+
/bin/bash -c "$(curl -fsSL \
218+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
219+
future_carbs_4h
213220
221+
# the final customization listed above CANNOT have a continuation character
222+
# more customizations can be pasted after this line
223+
export SCRIPT_BRANCH=prelim_ai_food && export PATCH_BRANCH=prelim_ai_food && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" food_search
224+
214225
# Patch Fastlane Match to not print tables
215226
- name: Patch Match Tables
216227
run: |

0 commit comments

Comments
 (0)