We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abbcc0 commit c5589a6Copy full SHA for c5589a6
.circleci/config.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: suculent/platformio-docker-build
6
+ steps:
7
+ - checkout
8
+ - run: pio ci --board=esp32dev examples/SerialLogger/ --lib src/
0 commit comments