Remove the Windows build job dependency on autoreconf job

(cherry picked from commit 70318943fe)
This commit is contained in:
Ondřej Surý
2020-04-15 11:56:08 +02:00
parent 8aef53cdb2
commit 9e6e1f587a

View File

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