Try again

This commit is contained in:
Andrew Kane
2022-12-09 00:47:45 -08:00
parent 6ad96fe8ca
commit d6ab29e772

View File

@@ -56,6 +56,10 @@ jobs:
nmake /NOLOGO /F Makefile.win
nmake /NOLOGO /F Makefile.win install
nmake /NOLOGO /F Makefile.win installcheck
curl -Ls -o REL_14_5.tar.gz https://github.com/postgres/postgres/archive/refs/tags/REL_14_5.tar.gz
7z x REL_14_5.tar.gz
ls -R .
set PROVE=prove
set PROVE_FLAGS="-I ./postgres-REL_14_5/src/test/perl"
nmake /NOLOGO /F Makefile.win prove_installcheck
shell: cmd