Add Windows test script.

This commit is contained in:
Michael R Sweet
2024-06-28 19:00:51 -04:00
parent 986c5f0438
commit d4f8dd46b5
2 changed files with 18 additions and 0 deletions

View File

@ -60,3 +60,5 @@ jobs:
run: nuget restore pdfio.sln
- name: Build PDFio
run: msbuild pdfio.sln
- name: Test PDFio
run: .\runtests.bat x64\Debug