mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 07:06:57 +08:00
Use set
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -56,5 +56,6 @@ jobs:
|
|||||||
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
|
nmake /NOLOGO /F Makefile.win installcheck
|
||||||
nmake /NOLOGO /F Makefile.win prove_installcheck PROVE=prove
|
set PROVE=prove
|
||||||
|
nmake /NOLOGO /F Makefile.win prove_installcheck
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
@@ -57,4 +57,6 @@ installcheck:
|
|||||||
|
|
||||||
prove_installcheck:
|
prove_installcheck:
|
||||||
rm -rf tmp_check
|
rm -rf tmp_check
|
||||||
PGPORT=65432 PG_REGRESS="$(BINDIR)\pg_regress" $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) test/t/*.pl
|
set PGPORT=65432
|
||||||
|
set PG_REGRESS="$(BINDIR)\pg_regress"
|
||||||
|
$(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) test/t/*.pl
|
||||||
|
|||||||
Reference in New Issue
Block a user