mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 12:34:18 +02:00
7 lines
194 B
Docker
7 lines
194 B
Docker
FROM archlinux:latest
|
|
|
|
|
|
RUN bash scripts/install-development-environment
|
|
RUN meson setup build/ -Dxwayland=true -Dman-pages=true --buildtype=release
|
|
RUN ninja -C build/
|
|
RUN meson test -C build/
|