[gsound/wip/hadess/add-ci: 1/2] ci: Add a CI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsound/wip/hadess/add-ci: 1/2] ci: Add a CI
- Date: Wed, 21 Jul 2021 15:08:30 +0000 (UTC)
commit b0d3914bef32d9269ae1bcb3327d90f996598ab7
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jul 21 17:01:13 2021 +0200
ci: Add a CI
.gitlab-ci.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3f72190
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,25 @@
+image: fedora:rawhide
+
+variables:
+ DEPENDENCIES:
+ gcc
+ automake
+ autoconf
+ autoconf-archive
+ libtool
+ glibc-devel
+ glib-devel
+ gtk-doc
+ gobject-introspection-devel
+ libcanberra-devel
+
+build_stable:
+ before_script:
+ - dnf update -y --nogpgcheck
+ - dnf install -y --nogpgcheck $DEPENDENCIES
+ script:
+ - mkdir _build
+ - cd _build
+ - ../autogen.sh --prefix=/usr --sysconfdir=/etc
+ - make
+ - make install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]