1
0
Fork 0
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:
Hiroshi SHIBATA 2019-08-12 19:08:51 +09:00
parent 0fd0f74508
commit 8d50bf40d9
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -12,6 +12,7 @@ jobs:
matrix:
os: [windows-2016, windows-2019]
vs: [2017, 2019]
test_task: [test]
exclude:
- os: windows-2016
vs: 2019
@ -42,3 +43,7 @@ jobs:
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 }}