summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index bb5fe8a57d..e8167807a9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -15,7 +15,7 @@ jobs:
versionSpec: '2.5.1'
- script: sudo apt update -qy && sudo apt-get build-dep ruby2.3
- checkout: self
- fetchDepth: 1
+ fetchDepth: 10
- script: |
autoconf
./configure
@@ -42,7 +42,7 @@ jobs:
steps:
- script: brew update && brew install autoconf bison openssl
- checkout: self
- fetchDepth: 1
+ fetchDepth: 10
- script: |
autoconf
./configure --with-openssl-dir=/usr/local/opt/openssl
@@ -98,7 +98,7 @@ jobs:
steps:
- script: vcpkg --triplet x64-windows install openssl readline zlib
- checkout: self
- fetchDepth: 1
+ fetchDepth: 10
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cinst winflexbison
@@ -129,7 +129,7 @@ jobs:
steps:
# - script: vcpkg --triplet x64-windows install openssl readline zlib
- checkout: self
- fetchDepth: 1
+ fetchDepth: 10
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat"
cinst winflexbison