[libgudev/wip/hadess/add-ci] ci: Add CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgudev/wip/hadess/add-ci] ci: Add CI
- Date: Wed, 27 Feb 2019 13:35:48 +0000 (UTC)
commit 946aa2f815f137e4017ab459739faf42c2ef594f
Author: Bastien Nocera <hadess hadess net>
Date: Wed Feb 27 14:30:36 2019 +0100
ci: Add CI
.gitlab-ci.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..d45dd42
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+stages:
+- test
+
+build-fedora:
+ image: fedora:latest
+ stage: test
+ before_script:
+ - dnf install -y gcc redhat-rpm-config libtool automake autoconf gtk-doc glib2-devel systemd-devel
umockdev
+ script:
+ - ./autogen.sh
+ - make
+ - make install
+ - make check
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]