Merge branch 'jjardon/ci' into 'master'

Add minimal CI file

See merge request GNOME/zenity!8
This commit is contained in:
Arx Henrique Pereira da Cruz 2021-02-25 15:29:47 +00:00
commit 6d1f494b45
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
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