On 16/4/25 10:14, Kohei Tokunaga wrote:
Add GitLab CI job that builds QEMU using emscripten. The build runs in the
added Dockerfile that contains dependencies (glib, libffi, pixman, zlib)
compiled by emscripten.
Signed-off-by: Kohei Tokunaga <ktokunaga.m...@gmail.com>
---
.gitlab-ci.d/buildtest-template.yml | 27 ++++
.gitlab-ci.d/buildtest.yml | 9 ++
.gitlab-ci.d/container-cross.yml | 5 +
.../dockerfiles/emsdk-wasm32-cross.docker | 145 ++++++++++++++++++
4 files changed, 186 insertions(+)
create mode 100644 tests/docker/dockerfiles/emsdk-wasm32-cross.docker
Probably nitpicking, I'd add the Dockerfile first, then the GitLab job
in another patch.