zenity/.gitlab-ci.yml

12 lines
299 B
YAML
Raw Normal View History

2020-12-18 08:31:07 +00:00
variables:
DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config meson libtool git
2020-12-18 08:31:07 +00:00
gtk3-devel yelp-tools
build_fedora_33:
image: fedora:33
before_script:
- dnf install -y --nogpgcheck $DEPENDENCIES
script:
2021-06-10 00:56:22 +00:00
- meson --buildtype=debug build
- ninja -v -C build