image: fedora:latest stages: - build build: stage: build script: - dnf install -y gcc meson ninja-build - meson builddir - ninja -C builddir