Skip to content

Commit afcc6a8

Browse files
committed
bin/yaml/micropython.yaml: Add MicroPython.
Signed-off-by: Anson Mansfield <[email protected]>
1 parent ef0de9b commit afcc6a8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bin/yaml/micropython.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
compilers:
2+
micropython:
3+
type: s3tarballs
4+
check_exe: ./micropython --version
5+
s3_path_prefix: "micropython-{{name}}"
6+
targets:
7+
- 1.26.1
8+
- 1.27.0
9+
10+
nightly:
11+
if: nightly
12+
micropython:
13+
check_exe: ./micropython --version
14+
s3_path_prefix: "micropython-{{name}}"
15+
type: nightly
16+
targets:
17+
- preview

0 commit comments

Comments
 (0)