vs2019 build is not functional now

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-04-03 11:16:47 +00:00
Родитель a6146af5bd
Коммит f4a1235abe
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.