summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 13:56:32 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 13:57:23 +0900
commit9c38904ead89df7c41243f7a23dde3d07f22bd86 (patch)
treeb9c07318ad55243681ebb430e4916ef2c9b79dd8 /azure-pipelines.yml
parentd1e2650aca8ba340d98af22a08be20baf0abde0e (diff)
Use consistent fetchDepth for all jobs
a7dd6763bd1dac7952ace46be58083dbea332a0a was not applied for all jobs.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7714121c73..4b4de37951 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -50,7 +50,7 @@ jobs:
- script: brew update && brew install autoconf bison openssl
displayName: "Install dependencies"
- checkout: self
- fetchDepth: 10
+ fetchDepth: 20
- script: |
autoconf
./configure --with-openssl-dir=/usr/local/opt/openssl
@@ -117,7 +117,7 @@ jobs:
timeoutInMinutes: 20
continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
- checkout: self
- fetchDepth: 10
+ fetchDepth: 20
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cinst winflexbison
@@ -150,7 +150,7 @@ jobs:
steps:
# - script: vcpkg --triplet x64-windows install openssl readline zlib
- checkout: self
- fetchDepth: 10
+ fetchDepth: 20
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat"
cinst winflexbison