Added clean task for Windows

This commit is contained in:
Andrew Kane
2022-12-23 09:02:15 -08:00
parent 3f3ba5b8e7
commit e2f33dfdba
3 changed files with 12 additions and 1 deletions

View File

@@ -57,4 +57,5 @@ jobs:
nmake /NOLOGO /F Makefile.win
nmake /NOLOGO /F Makefile.win install
nmake /NOLOGO /F Makefile.win installcheck
nmake /NOLOGO /F Makefile.win clean
shell: cmd