mirror of
https://git.dpkg.org/git/dpkg/dupload.git
synced 2025-04-03 20:15:26 +00:00
12 lines
204 B
YAML
12 lines
204 B
YAML
image: debian:sid
|
|
|
|
before_script:
|
|
- apt-get update -qq
|
|
- apt-get build-dep -qq -y -P pkg.dupload.author-tests .
|
|
|
|
# Run the test suite.
|
|
check:
|
|
stage: test
|
|
script:
|
|
- AUTHOR_TESTING=1 make check
|