summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2020-12-18 08:31:07 +0000
committerJavier Jardón <jjardon@gnome.org>2020-12-18 08:31:57 +0000
commitcfc9300bd1089069d64ed472fd809013cd6060e0 (patch)
tree5592a099cdf3977e3c63d127974fcb093c43e6d8
parent19407c76caa06b11994143973e8648974182956a (diff)
downloadzenity-jjardon/ci.tar.gz
Add minimal CI filejjardon/ci
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..50990ec
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -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