Skip to content

Commit 5bcc837

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

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bin/yaml/micropython.yaml

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

0 commit comments

Comments
 (0)