mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to nmake test
This commit is contained in:
parent
0fd0f74508
commit
8d50bf40d9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2016, windows-2019]
|
os: [windows-2016, windows-2019]
|
||||||
vs: [2017, 2019]
|
vs: [2017, 2019]
|
||||||
|
test_task: [test]
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-2016
|
- os: windows-2016
|
||||||
vs: 2019
|
vs: 2019
|
||||||
|
@ -42,3 +43,7 @@ jobs:
|
||||||
set YACC=win_bison
|
set YACC=win_bison
|
||||||
nmake up
|
nmake up
|
||||||
nmake
|
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 }}
|
||||||
|
|
Loading…
Reference in a new issue