4 FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR: 1
8 - apt install -qq -y eatmydata
9 - eatmydata apt -P pkg.dpkg.author-release build-dep -qq -y .
12 # Test whether the release can be done.
19 # Test whether the unit tests pass.
23 - eatmydata apt -P pkg.dpkg.author-testing build-dep -qq -y .
25 - make authorcheck TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
27 # Test whether the unit tests pass on a VPATH build.
34 - make check TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
36 # Test whether we can build the shared library.
40 - AUTHOR_TESTING=1 ./configure --enable-shared
41 - make check TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
43 # Test whether the functional tests pass.
50 - echo "DPKG_BUILDTREE = $(realpath ..)" >>.pkg-tests.conf