Просмотр исходного кода

appveyor: Remove tests.exe and tests.pdb from archive

MerryMage 10 лет назад
Родитель
Сommit
d3619aaff3
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      appveyor.yml

+ 4 - 0
appveyor.yml

@@ -43,6 +43,10 @@ on_success:
             # Where are these spaces coming from? Regardless, let's remove them
             $BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
             $BUILD_NAME_NOQT = "citra-noqt-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
+
+            # Remove unnecessary files
+            rm .\build\bin\release\*tests*
+
             # 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