Merge branch 'michal/minor-gitlab-ci-tweaks' into 'master'

Minor GitLab CI tweaks

See merge request isc-projects/bind9!2435
This commit is contained in:
Michał Kępień 2019-10-15 15:45:54 -04:00
commit 818d2bed31

View file

@ -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"