]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Chore: tests: initial GitLab CI/CD integration
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 16:53:09 +0000 (13:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 4 Jan 2025 16:53:09 +0000 (13:53 -0300)
.gitlab-ci.yml [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..7a052d7
--- /dev/null
@@ -0,0 +1,18 @@
+---
+debian:
+  image: debian:testing
+  script:
+    - apt-get update
+    - apt-get install -y git
+    - apt-get install -y git-buildpackage lintian piuparts
+    - git checkout debian
+    - gbp buildpackage --git-ignore-new
+    #- lintian --allow-root -v --pedantic ../keyringer_*.deb
+    #- piuparts ../keyringer*.deb
+    #- mkdir -p dist
+    #- mv ../onionprobe_* dist
+  artifacts:
+    paths:
+      - dist
+  #only:
+  #  - main