ruby-changes:56965
From: Hiroshi <ko1@a...>
Date: Mon, 12 Aug 2019 20:21:43 +0900 (JST)
Subject: [ruby-changes:56965] Hiroshi SHIBATA: 981f0be6ff (master): Try to nmake
https://git.ruby-lang.org/ruby.git/commit/?id=981f0be6ff From 981f0be6ffd082e9954263323ac149fbfa2e8c01 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 12 Aug 2019 18:17:57 +0900 Subject: Try to nmake diff --git a/.github/workflows/windows-2016.yml b/.github/workflows/windows-2016.yml index 63a468e..e211641 100644 --- a/.github/workflows/windows-2016.yml +++ b/.github/workflows/windows-2016.yml @@ -27,3 +27,9 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows-2016.yml#L27 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/