This repository has been archived on 2024-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
zenity/.gitlab-ci.yml

12 lines
301 B
YAML
Raw Normal View History

2020-12-18 08:31:07 +00:00
variables:
DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config automake libtool autoconf autoconf-archive git
gtk3-devel yelp-tools
build_fedora_33:
image: fedora:33
before_script:
- dnf install -y --nogpgcheck $DEPENDENCIES
script:
- ./autogen.sh
- make -j