summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 41e06b0b38d5d3f0e66fb6520dbd483e8a16f9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
image: fedora:28

meson-build:
    script:
    - dnf -y install dnf-plugins-core
    - dnf -y groupinstall buildsys-build
    - dnf -y builddep pixman
    - dnf -y install ninja-build
    - python3 -m pip install meson>=0.52.1
    - meson build
    - ninja -C build test