File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ IF %ARCH% == X64 msbuild xtra/png2c/png2c.vcxproj /m /p:Configuration="Release (
89
89
cp -va xtra pgadmin || GOTO :ERROR
90
90
IF %ARCH% == X86 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration=" Release (3.0)" /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
91
91
IF %ARCH% == X64 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration=" Release (3.0)" /p:Platform=x64 /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
92
+ REM Docs building is not working now
93
+ REM Need to understand how to add sphinx-build to PATH
94
+ REM msbuild docs/Docs.vcxproj /m /p:Configuration="All" /p:Platform="Win32" || GOTO :ERROR
92
95
rm -rf %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin
93
96
MKDIR %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin\bin %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin\lib
94
97
cp -va pgadmin/Release*/*.exe %BUILD_DIR% \distr_%ARCH% _%PGVER% \pgadmin\bin || GOTO :ERROR
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ IF "%PG_MAJOR_VERSION%"=="" SET PG_MAJOR_VERSION=9.5
38
38
IF " %PG_PATCH_VERSION% " == " " SET PG_PATCH_VERSION = 0
39
39
40
40
REM Set PgAdmin3 Version
41
- SET PGADMIN_VERSION = 1.23.0
42
- SET PGADMIN_TAG = master
41
+ SET PGADMIN_VERSION = 1.22.1
42
+ SET PGADMIN_TAG = REL-1_22_1
43
43
44
44
REM Set ONE_C for 1C Patching
45
45
IF " %ONE_C% " == " " SET ONE_C = NO
You can’t perform that action at this time.
0 commit comments