@ -6,7 +6,12 @@ jobs:
steps:
- checkout
- run:
name: Build Firmware
name: "Pull Submodules"
command: |
git submodule init
git submodule update --remote
name: "Build Firmware"
command: make
- store_artifacts:
path: build/ch.elf
Powered by TurnKey Linux.