mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
feat: circleci
This commit is contained in:
parent
0807816e09
commit
06b8bd95b0
13
.circleci/config.yml
Normal file
13
.circleci/config.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: edy555/arm-embedded:4.9
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Build Firmware
|
||||||
|
command: make
|
||||||
|
- store_artifacts:
|
||||||
|
path: build/ch.elf
|
||||||
|
destination: .
|
||||||
Loading…
Reference in a new issue