Add minimal CI file

This commit is contained in:
Javier Jardón 2020-12-18 08:31:07 +00:00
parent 19407c76ca
commit cfc9300bd1
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