ruby-changes:56963
From: Hiroshi <ko1@a...>
Date: Mon, 12 Aug 2019 20:12:26 +0900 (JST)
Subject: [ruby-changes:56963] Hiroshi SHIBATA: 8d50bf40d9 (master): Try to nmake test
https://git.ruby-lang.org/ruby.git/commit/?id=8d50bf40d9 From 8d50bf40d9fc7015c0a8d52d9e4cf9efbf57ae3c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 12 Aug 2019 19:08:51 +0900 Subject: Try to nmake test diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 665d33a..9428efc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,6 +12,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L12 matrix: os: [windows-2016, windows-2019] vs: [2017, 2019] + test_task: [test] exclude: - os: windows-2016 vs: 2019 @@ -42,3 +43,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L43 set YACC=win_bison nmake up nmake + - name: nmake test + run: | + call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat" + nmake ${{ matrix.test_task }} -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/