zenity/.gitlab-ci.yml

12 lines
299 B
YAML

variables:
DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config meson libtool git
gtk3-devel yelp-tools
build_fedora_33:
image: fedora:33
before_script:
- dnf install -y --nogpgcheck $DEPENDENCIES
script:
- meson --buildtype=debug build
- ninja -v -C build