|
@@ -39,10 +39,10 @@ on_success:
|
|
|
# Where are these spaces coming from? Regardless, let's remove them
|
|
# Where are these spaces coming from? Regardless, let's remove them
|
|
|
$BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
|
|
$BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
|
|
|
$BUILD_NAME_NOQT = "citra-noqt-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
|
|
$BUILD_NAME_NOQT = "citra-noqt-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
|
|
|
- # Zip up the build folder
|
|
|
|
|
- 7z a $BUILD_NAME .\build\bin\release\*
|
|
|
|
|
- # Do a second archive with only the binaries
|
|
|
|
|
- 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
|
|
|
|
|
|
|
+ # Zip up the build folder and documentation
|
|
|
|
|
+ 7z a $BUILD_NAME .\build\bin\release\* .\license.txt .\README.md
|
|
|
|
|
+ # Do a second archive with only the binaries (excludes dlls) and documentation
|
|
|
|
|
+ 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe .\license.txt .\README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
# Download WinSCP and upload to server
|
|
# Download WinSCP and upload to server
|