aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: e8b948d7f50380de0a6fc11e69252e0dd0535516 (plain)
1
2
3
4
5
6
7
8
9
10
11
stages:
  - build

build_fedora:
  stage: build
  image: fedora:latest
  script:
    - dnf builddep -y *.spec
    - mkdir build-meson
    - meson . build-meson
    - ninja-build -C build-meson