feat: circleci

scan_delay_optimize
TT 6 years ago
parent 0807816e09
commit 06b8bd95b0

@ -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…
Cancel
Save

Powered by TurnKey Linux.