Investigate CI build options

master
Hamish Coleman 2 years ago
parent 21681cf063
commit 347e017cf9

@ -29,12 +29,16 @@ jobs:
- name: Test with both patches enabled
run: |
make patch_enable_battery
make patch_enable_keyboard patch_enable_battery
ls -al .config
cat .config
make test
- name: Test with batteryonly targets
run: |
make patch_disable_keyboard patch_enable_battery
ls -al .config
cat .config
make test.batteryonly
- name: Test with default build

Loading…
Cancel
Save