mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +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 installcheck
|
||||
nmake /NOLOGO /F Makefile.win clean
|
||||
nmake /NOLOGO /F Makefile.win uninstall
|
||||
shell: cmd
|
||||
|
||||
@@ -55,6 +55,11 @@ install:
|
||||
installcheck:
|
||||
"$(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:
|
||||
rm -f $(SHLIB) $(EXTENSION).lib $(EXTENSION).exp
|
||||
rm -f $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user