initial script and publish action

This commit is contained in:
Gergely Hegedus 2022-08-25 19:02:00 +03:00
parent a1f1eca3f6
commit e478a4c836
70 changed files with 2602 additions and 0 deletions

View file

@ -0,0 +1,8 @@
FROM fknives2/android-test-img-multi:1.0.1
# Generated on 2016-05-28
ENV EMULATOR_API_LEVEL 22
RUN /usr/local/bin/androidemulatorstart --buildOnly
CMD ["/bin/bash"]