summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-03 11:16:47 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-03 11:16:47 +0000
commitf4a1235abe83f8b52ac3048719fac6426469cb42 (patch)
treea85b3598c86c7cdab3fb29a9a330538cc54bf87e /azure-pipelines.yml
parenta6146af5bd2855f08e520fad67c39164adc507e9 (diff)
vs2019 build is not functional now
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 82dbc65a2d..9fa7b0f791 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -142,6 +142,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 # this started to fail after the vs2019 launch. TODO: fix it and remove this line.
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat"
set YACC=win_bison
@@ -150,3 +151,4 @@ jobs:
# set TRAVIS=1
# nmake $(task)
displayName: "nmake"
+ continueOnError: true # TODO: make 'configure' functional and remove this line.