Use consistent fetchDepth for all jobs
a7dd6763bd1dac7952ace46be58083dbea332a0a was not applied for all jobs.
This commit is contained in:
parent
d1e2650aca
commit
9c38904ead
@ -50,7 +50,7 @@ jobs:
|
|||||||
- script: brew update && brew install autoconf bison openssl
|
- script: brew update && brew install autoconf bison openssl
|
||||||
displayName: "Install dependencies"
|
displayName: "Install dependencies"
|
||||||
- checkout: self
|
- checkout: self
|
||||||
fetchDepth: 10
|
fetchDepth: 20
|
||||||
- script: |
|
- script: |
|
||||||
autoconf
|
autoconf
|
||||||
./configure --with-openssl-dir=/usr/local/opt/openssl
|
./configure --with-openssl-dir=/usr/local/opt/openssl
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
timeoutInMinutes: 20
|
timeoutInMinutes: 20
|
||||||
continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
|
continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
|
||||||
- checkout: self
|
- checkout: self
|
||||||
fetchDepth: 10
|
fetchDepth: 20
|
||||||
- script: |
|
- script: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cinst winflexbison
|
cinst winflexbison
|
||||||
@ -150,7 +150,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# - script: vcpkg --triplet x64-windows install openssl readline zlib
|
# - script: vcpkg --triplet x64-windows install openssl readline zlib
|
||||||
- checkout: self
|
- checkout: self
|
||||||
fetchDepth: 10
|
fetchDepth: 20
|
||||||
- script: |
|
- script: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cinst winflexbison
|
cinst winflexbison
|
||||||
|
Loading…
x
Reference in New Issue
Block a user