cagebreak/.github/workflows/Dockerfile
2023-04-18 22:18:06 +02:00

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/