Skip to content

Commit

Permalink
Add CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamerDeLy committed Aug 11, 2022
1 parent 3abbcc0 commit c5589a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: suculent/platformio-docker-build
steps:
- checkout
- run: pio ci --board=esp32dev examples/SerialLogger/ --lib src/

0 comments on commit c5589a6

Please sign in to comment.