소스 검색

Add CI/CD configuration for Salsa.

Jelmer Vernooij 6 년 전
부모
커밋
90fa0c61ce
2개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      debian/changelog
  2. 16 0
      debian/gitlab-ci.yml

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+dulwich (0.19.9-3) UNRELEASED; urgency=medium
+
+  * Add CI/CD configuration for Salsa.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Wed, 21 Nov 2018 01:12:02 +0000
+
 dulwich (0.19.9-2) unstable; urgency=medium
 
   * Stop attempting to build pypy package mips64el, ppc64 and sparc64 -

+ 16 - 0
debian/gitlab-ci.yml

@@ -0,0 +1,16 @@
+include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+
+build:
+    extends: .build-unstable
+
+reprotest:
+    extends: .test-reprotest
+
+lintian:
+    extends: .test-lintian
+
+autopkgtest:
+    extends: .test-autopkgtest
+
+piuparts:
+    extends: .test-piuparts