mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Merge branch 'circleci'
This commit is contained in:
commit
c3a5abe466
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