Skip to content

Commit df5f83d

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

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bin/yaml/micropython.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
compilers:
2+
micropython:
3+
type: s3tarballs
4+
check_exe: ./micropython --version
5+
s3_path_prefix: "micropython-{{name}}"
6+
targets:
7+
- "1.19"
8+
- 1.19.1
9+
- 1.20.0
10+
- 1.21.0
11+
- 1.22.0
12+
- 1.22.1
13+
- 1.22.2
14+
- 1.23.0
15+
- 1.24.0
16+
- 1.24.1
17+
- 1.25.0
18+
- 1.26.0
19+
- 1.26.1
20+
21+
nightly:
22+
if: nightly
23+
micropython:
24+
check_exe: ./micropython --version
25+
s3_path_prefix: "micropython-{{name}}"
26+
type: nightly
27+
targets:
28+
- preview

0 commit comments

Comments
 (0)