Skip to content

Commit 767fb41

Browse files
Upload internal PR builds for Windows
1 parent 71a7f38 commit 767fb41

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appveyor.yml

+12
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ after_build:
8686
echo "deploying to google drive" &
8787
cd %APPVEYOR_BUILD_FOLDER%\util &
8888
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" &
8995
echo "32 Bit deployed" ) )
9096

9197
- if %PLATFORM_%==amd64 (
@@ -112,4 +118,10 @@ after_build:
112118
echo "deploying to google drive" &
113119
cd %APPVEYOR_BUILD_FOLDER%\util &
114120
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" &
115127
echo "64 Bit Deployed" ) )

0 commit comments

Comments
 (0)