@@ -86,6 +86,12 @@ after_build:
86
86
echo "deploying to google drive" &
87
87
cd %APPVEYOR_BUILD_FOLDER%\util &
88
88
call %PYTHON%\\python.exe nightly-build-upload.py "%WIN32_NIGHTLY_PARENT%" "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win32-%date:~-4,4%"-"%date:~-10,2%"-"%date:~7,2%.zip" &
89
+ echo "32 Bit deployed" )
90
+ if %APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME=="pencil2d/pencil" (
91
+ echo "deploying to google drive" &
92
+ cd %APPVEYOR_BUILD_FOLDER%\util &
93
+ move /y "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win32-%date:~-4,4%"-"%date:~-10,2%"-"%date:~7,2%.zip" "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win32-pr-%APPVEYOR_PULL_REQUEST_NUMBER%.zip" &
94
+ call %PYTHON%\\python.exe pr-build-upload.py "%WIN32_NIGHTLY_PARENT%" "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win32-pr-%APPVEYOR_PULL_REQUEST_NUMBER%.zip" &
89
95
echo "32 Bit deployed" ) )
90
96
91
97
- if %PLATFORM_%==amd64 (
@@ -112,4 +118,10 @@ after_build:
112
118
echo "deploying to google drive" &
113
119
cd %APPVEYOR_BUILD_FOLDER%\util &
114
120
call %PYTHON%\\python.exe nightly-build-upload.py "%WIN64_NIGHTLY_PARENT%" "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win64-%date:~-4,4%"-"%date:~-10,2%"-"%date:~7,2%.zip" &
121
+ echo "64 Bit Deployed" )
122
+ if %APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME=="pencil2d/pencil" (
123
+ echo "deploying to google drive" &
124
+ cd %APPVEYOR_BUILD_FOLDER%\util &
125
+ move /y "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win64-%date:~-4,4%"-"%date:~-10,2%"-"%date:~7,2%.zip" "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win64-pr-%APPVEYOR_PULL_REQUEST_NUMBER%.zip" &
126
+ call %PYTHON%\\python.exe pr-build-upload.py "%WIN64_NIGHTLY_PARENT%" "%APPVEYOR_BUILD_FOLDER%\build\pencil2d-win64-pr-%APPVEYOR_PULL_REQUEST_NUMBER%.zip" &
115
127
echo "64 Bit Deployed" ) )
0 commit comments