Skip to content
Snippets Groups Projects
.gitlab-ci.yml 153 B
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
image: fedora:latest
stages:
  - build

build:
  stage: build
  script:
  - dnf install -y gcc meson ninja-build
  - meson builddir
  - ninja -C builddir