mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove the Windows build job dependency on autoreconf job
This commit is contained in:
parent
b1f66d1e13
commit
70318943fe
1 changed files with 1 additions and 3 deletions
|
|
@ -230,9 +230,7 @@ stages:
|
|||
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'
|
||||
needs:
|
||||
- job: autoreconf
|
||||
artifacts: false
|
||||
needs: []
|
||||
artifacts:
|
||||
untracked: true
|
||||
expire_in: "1 day"
|
||||
|
|
|
|||
Loading…
Reference in a new issue