1
0
mirror of https://git.dpkg.org/git/dpkg/dpkg-repack.git synced 2025-04-04 06:45:24 +00:00
Files
dpkg-repack/.gitlab-ci.yml
Guillem Jover 6d3a5b9168 build: Add an explicit authorcheck target
Instead of calling the check target with the AUTHOR_TESTING variable
set, add an explicit target that an be used by callers.
2024-09-24 06:08:45 +02:00

12 lines
197 B
YAML

image: debian:sid
before_script:
- apt-get update -qq
- apt-get build-dep -qq -y -P pkg.dpkg-repack.author-tests .
# Run the test suite.
check:
stage: test
script:
- make authorcheck