From f4a1235abe83f8b52ac3048719fac6426469cb42 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Wed, 3 Apr 2019 11:16:47 +0000 Subject: vs2019 build is not functional now git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azure-pipelines.yml') 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. -- cgit v1.2.3