mirror of
https://git.dpkg.org/git/dpkg/dpkg-repack.git
synced 2025-04-04 06:45:24 +00:00
Instead of calling the check target with the AUTHOR_TESTING variable set, add an explicit target that an be used by callers.
12 lines
197 B
YAML
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
|