diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9ec003c69..595f9f0378 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,7 +146,11 @@ stages: script: - autoreconf -fi artifacts: - untracked: true + paths: + - aclocal.m4 + - configure + - ltmain.sh + - m4/libtool.m4 expire_in: "1 week" .configure: &configure | @@ -834,6 +838,9 @@ msvc:windows:amd64: x64' - 'Set-Item -path "Env:CL" -value "/MP$([Math]::Truncate($BUILD_PARALLEL_JOBS/2))"' - '& msbuild.exe /maxCpuCount:2 /t:Build /p:Configuration=$VSCONF bind9.sln' + dependencies: [] + needs: + - autoreconf:sid:amd64 artifacts: untracked: true expire_in: "1 week"