Initial commit
continuous-integration/drone Build is passing

This commit is contained in:
2022-05-03 18:52:15 +03:00
committed by lauri
commit 2824b20d7d
3 changed files with 21 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM larsks/esp-open-sdk
RUN yum install -y libffi-devel
RUN git clone --depth 1 -b v1.18 https://github.com/micropython/micropython.git /src
WORKDIR /src/mpy-cross
RUN make
WORKDIR /src/ports/esp8266
RUN make submodules && make
CMD make && cp build-GENERIC/firmware-combined.bin /build/