From: Silvio Rhatto Date: Sat, 4 Jan 2025 16:53:09 +0000 (-0300) Subject: Chore: tests: initial GitLab CI/CD integration X-Git-Tag: 0.6.0~25 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d8b8bc12289a7da31eaec87345803e1a9459b30a;p=keyringer.git Chore: tests: initial GitLab CI/CD integration --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..7a052d7 --- /dev/null +++ b/.gitlab-ci.yml @@ -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