mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
azure-pipelines.yml: Do not notify vs2017 failure
It has not been stable recently. Let's stop notifying them for now.
This commit is contained in:
parent
2ce6365f9c
commit
23270f6fee
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue