forked from platformio/platformio-core
Fix Circle CI Example
This commit is contained in:
@@ -30,9 +30,9 @@ Put ``circle.yml`` to the root directory of the GitHub repository.
|
|||||||
|
|
||||||
machine:
|
machine:
|
||||||
environment:
|
environment:
|
||||||
- PLATFORMIO_CI_SRC=path/to/source/file.c
|
PLATFORMIO_CI_SRC: path/to/source/file.c
|
||||||
- PLATFORMIO_CI_SRC=path/to/source/file.ino
|
PLATFORMIO_CI_SRC: path/to/source/file.ino
|
||||||
- PLATFORMIO_CI_SRC=path/to/source/directory
|
PLATFORMIO_CI_SRC: path/to/source/directory
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
|
Reference in New Issue
Block a user