aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 18:17:57 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-12 20:11:49 +0900
commit981f0be6ffd082e9954263323ac149fbfa2e8c01 (patch)
treec6f134405d7cee94aafff9bd8e09b90f5c0bd0cf /.github
parentbbc5e97b959ba526036f0f6c95682c1721a87130 (diff)
downloadruby-981f0be6ffd082e9954263323ac149fbfa2e8c01.tar.gz
Try to nmake
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows-2016.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/windows-2016.yml b/.github/workflows/windows-2016.yml
index 63a468e98a..e211641c02 100644
--- a/.github/workflows/windows-2016.yml
+++ b/.github/workflows/windows-2016.yml
@@ -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