mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 15:46:54 +08:00
Added uninstall task for Windows [skip ci]
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -58,4 +58,5 @@ jobs:
|
|||||||
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 clean
|
nmake /NOLOGO /F Makefile.win clean
|
||||||
|
nmake /NOLOGO /F Makefile.win uninstall
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|||||||
@@ -55,6 +55,11 @@ install:
|
|||||||
installcheck:
|
installcheck:
|
||||||
"$(BINDIR)\pg_regress" --bindir="$(BINDIR)" $(REGRESS_OPTS) $(REGRESS)
|
"$(BINDIR)\pg_regress" --bindir="$(BINDIR)" $(REGRESS_OPTS) $(REGRESS)
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -f "$(PKGLIBDIR)\$(SHLIB)"
|
||||||
|
rm -f "$(SHAREDIR)\extension\$(EXTENSION).control"
|
||||||
|
rm -f "$(SHAREDIR)\extension\vector--*.sql"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(SHLIB) $(EXTENSION).lib $(EXTENSION).exp
|
rm -f $(SHLIB) $(EXTENSION).lib $(EXTENSION).exp
|
||||||
rm -f $(OBJS)
|
rm -f $(OBJS)
|
||||||
|
|||||||
Reference in New Issue
Block a user