mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 00:26:55 +08:00
Install IPC::Run
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -52,15 +52,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
postgres-version: 14
|
postgres-version: 14
|
||||||
- run: |
|
- run: |
|
||||||
|
cpan IPC::Run
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
nmake /NOLOGO /F Makefile.win
|
nmake /NOLOGO /F Makefile.win
|
||||||
nmake /NOLOGO /F Makefile.win install
|
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
|
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.gz
|
||||||
7z x REL_14_5.tar
|
7z x REL_14_5.tar
|
||||||
ls -R .
|
ls -R .
|
||||||
set PROVE=prove
|
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
|
nmake /NOLOGO /F Makefile.win prove_installcheck
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
@@ -59,4 +59,4 @@ prove_installcheck:
|
|||||||
rm -rf tmp_check
|
rm -rf tmp_check
|
||||||
set PGPORT=65432
|
set PGPORT=65432
|
||||||
set PG_REGRESS="$(BINDIR)\pg_regress"
|
set PG_REGRESS="$(BINDIR)\pg_regress"
|
||||||
$(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) test\t\*.pl
|
$(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) test/t/*.pl
|
||||||
|
|||||||
Reference in New Issue
Block a user