Merge branch 'jjardon/ci' into 'master'
Add minimal CI file See merge request GNOME/zenity!8
This commit is contained in:
commit
6d1f494b45
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
Reference in New Issue
Block a user