Skip to content

Commit c20e0bb

Browse files
authored
Enhance build_loop.yml with custom scripts and patches
1 parent 57ff8bd commit c20e0bb

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

.github/workflows/build_loop.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,30 @@ jobs:
284284
# and make sure to specify the submodule by setting "--directory=(submodule_name)".
285285
# Several patches may be added per submodule.
286286
# Adding comments (#) may be useful to easily tell the individual patches apart.
287+
# The lines below add the customizations listed using the CustomizationSelect script
288+
# The "\" is a continuation character
289+
# the line following a "\" should not be blank
290+
/bin/bash -c "$(curl -fsSL \
291+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
292+
dexcom_upload_readings \
293+
future_carbs_4h \
294+
override_sens \
295+
now_line \
296+
watch_title \
297+
meal_days \
298+
profiles \
299+
basal_lock \
300+
live_activity \
301+
negative_insulin \
302+
remote_window
303+
304+
# the final customization listed above CANNOT have a continuation character
305+
# more customizations can be pasted after this line
306+
# Dash Fast Forward
307+
curl https://raw.githubusercontent.com/bjorkert/patches/master/fast_forward.patch | git apply
308+
309+
# Basic I:C Bolus Calculation
310+
curl https://raw.githubusercontent.com/bjorkert/patches/master/basicICBolusCalc.patch | git apply
287311
288312
# Patch Fastlane Match to not print tables
289313
- name: Patch Match Tables
@@ -334,4 +358,4 @@ jobs:
334358
name: build-artifacts
335359
path: |
336360
artifacts
337-
buildlog
361+
buildlog

0 commit comments

Comments
 (0)