diff --git a/bin/yaml/micropython.yaml b/bin/yaml/micropython.yaml new file mode 100644 index 000000000..5f27c4e87 --- /dev/null +++ b/bin/yaml/micropython.yaml @@ -0,0 +1,26 @@ +compilers: + micropython: + type: s3tarballs + check_exe: ./micropython --version + s3_path_prefix: "micropython-{{name}}" + targets: + - 1.20.0 + - 1.21.0 + - 1.22.0 + - 1.22.1 + - 1.22.2 + - 1.23.0 + - 1.24.0 + - 1.24.1 + - 1.25.0 + - 1.26.0 + - 1.26.1 + + nightly: + if: nightly + micropython: + check_exe: ./micropython --version + s3_path_prefix: "micropython-{{name}}" + type: nightly + targets: + - preview