mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to nmake
This commit is contained in:
parent
bbc5e97b95
commit
981f0be6ff
1 changed files with 6 additions and 0 deletions
6
.github/workflows/windows-2016.yml
vendored
6
.github/workflows/windows-2016.yml
vendored
|
@ -27,3 +27,9 @@ jobs:
|
|||
run: |
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
win32/configure.bat --without-ext=+,dbm,gdbm --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows
|
||||
- name: nmake
|
||||
run: |
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
set YACC=win_bison
|
||||
nmake up
|
||||
nmake
|
||||
|
|
Loading…
Add table
Reference in a new issue