[krb5-auth-dialog: 1/14] Add gitlab-ci




commit 340f809978953512d20962d1e89350f71d172ab5
Author: Guido Günther <agx sigxcpu org>
Date:   Tue Jan 5 20:40:46 2021 +0100

    Add gitlab-ci
    
    Just so we have a build test while modernizing

 .gitlab-ci.yml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..08dda0f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,28 @@
+variables:
+    DEBIAN_DEPS:
+      autoconf
+      automake
+      build-essential
+      bison
+      flex
+      gnome-common
+      intltool
+      itstool
+      libglib2.0-dev
+      libgtk-3-dev
+      libkrb5-dev
+      libnm-dev
+      libnotify-dev
+      libpam0g-dev
+      pkg-config
+      yelp-tools
+
+build-debian:
+  image: debian:bullseye
+  stage: build
+  before_script:
+    - apt-get update
+    - apt-get -y install $DEBIAN_DEPS
+  script:
+    - ./autogen.sh
+    - make


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]