Skip to content

Commit 32ea262

Browse files
authored
Update azure-pipelines.yml
1 parent dc8ce15 commit 32ea262

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@ jobs:
1919
Parser_KeyValue:
2020
ExampleSrc: 'examples/Parser-KeyValue/Parser-KeyValue.ino'
2121
Callback:
22-
ExampleSrc: 'examples/Parser-KeyValue/Callback.ino'
22+
ExampleSrc: 'examples/Callback/Callback.ino'
2323
Callback_P:
24-
ExampleSrc: 'examples/Parser-KeyValue/Callback_P.ino'
24+
ExampleSrc: 'examples/Callback_P/Callback_P.ino'
25+
Callback_non_blocking:
26+
ExampleSrc: 'examples/Callback_non_blocking/Callback_non_blocking.ino'
2527
steps:
2628
- script: |
2729
virtualenv venv
2830
2931
. venv/bin/activate
3032
pip install -U PlatformIO==4.0.0
33+
platformio update
3134
displayName: 'Install PlatformIO'
3235
- script: |
3336
. venv/bin/activate

0 commit comments

Comments
 (0)