summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-05-26 06:29:30 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2019-05-26 06:29:40 -0700
commit23270f6fee88668a5099fa16eb48739fba2d9dd6 (patch)
tree4695579ce0276674736f0f75998cde5122ca4d53 /azure-pipelines.yml
parent2ce6365f9ccd93e8129252429391118f794f5e0b (diff)
azure-pipelines.yml: Do not notify vs2017 failure
It has not been stable recently. Let's stop notifying them for now.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 87eed89d15..677e264e9d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -113,6 +113,7 @@ jobs:
env:
dependencies: openssl readline zlib
displayName: "Install dependencies"
+ continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
- checkout: self
fetchDepth: 10
- script: |
@@ -120,6 +121,7 @@ jobs:
cinst winflexbison
win32/configure.bat --without-ext=+,dbm,gdbm --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows
displayName: 'configure'
+ continueOnError: true # "Install dependencies" is continueOnError
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
set YACC=win_bison
@@ -128,6 +130,7 @@ jobs:
# set TRAVIS=1
# nmake $(task)
displayName: "nmake"
+ continueOnError: true # "Install dependencies" is continueOnError
- job: vs2019
pool: