Extract tar

This commit is contained in:
Andrew Kane
2022-12-09 00:52:34 -08:00
parent d6ab29e772
commit e302c99d4a
2 changed files with 3 additions and 2 deletions

View File

@@ -58,8 +58,9 @@ jobs:
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
7z x REL_14_5.tar
ls -R .
set PROVE=prove
set PROVE_FLAGS="-I ./postgres-REL_14_5/src/test/perl"
set PROVE_FLAGS="-I .\postgres-REL_14_5\src\test\perl"
nmake /NOLOGO /F Makefile.win prove_installcheck
shell: cmd