Skip to content

Commit 9dd4678

Browse files
committed
.gitlab-ci.yml: Rewrite gitlab-ci as the previous one stopped working
Signed-off-by: Niels Thykier <[email protected]>
1 parent 5516a1a commit 9dd4678

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

Diff for: .gitlab-ci.yml

+7-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
2-
3-
build:
4-
extends: .build-unstable
5-
6-
reprotest:
7-
extends: .test-reprotest
8-
9-
lintian:
10-
extends: .test-lintian
11-
12-
autopkgtest:
13-
extends: .test-autopkgtest
14-
15-
piuparts:
16-
extends: .test-piuparts
1+
tests-unstable:
2+
stage: test
3+
image: debian:unstable
4+
script:
5+
- apt-get update
6+
- apt-get build-dep -y .
7+
- dpkg-buildpackage -us -uc -tc

0 commit comments

Comments
 (0)