summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 296b6cdb360a0fa2a6033df7a0a50ec6bf866f75 (plain)
1
2
3
4
5
6
7
8
9
10
image: fedora:39

meson-build:
    script:
    - dnf -y install dnf-plugins-core
    - dnf -y groupinstall buildsys-build
    - dnf -y builddep pixman
    - dnf -y install meson
    - meson setup build
    - ninja -C build test