mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 14:35:50 +00:00
Merge branch 'circleci'
This commit is contained in:
commit
c3a5abe466
1 changed files with 13 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue