mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
fix: fetch submodules on circleci
This commit is contained in:
parent
c3a5abe466
commit
a916d7070a
1 changed files with 6 additions and 1 deletions
|
|
@ -6,7 +6,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Build Firmware
|
name: "Pull Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule init
|
||||||
|
git submodule update --remote
|
||||||
|
- run:
|
||||||
|
name: "Build Firmware"
|
||||||
command: make
|
command: make
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: build/ch.elf
|
path: build/ch.elf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue