mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
CI/AppVeyor: Add artifact without symbols for smaller download size
(cherry picked from commit a724903b8b)
This commit is contained in:
14
appveyor.yml
14
appveyor.yml
@@ -23,7 +23,19 @@ build_script:
|
||||
copy "%OPENSSL_ROOT_DIR%\ssleay32.dll" ssleay32.dll
|
||||
|
||||
copy "%OPENSSL_ROOT_DIR%\libeay32.dll" libeay32.dll
|
||||
|
||||
cd ..
|
||||
|
||||
7z a TrinityCoreWin64VS2019.zip .\RelWithDebInfo\*
|
||||
|
||||
del /F /Q /S "RelWithDebInfo\*.pdb" > NUL
|
||||
|
||||
7z a TrinityCoreWin64VS2019NoSymbols.zip .\RelWithDebInfo\*
|
||||
|
||||
test: off
|
||||
artifacts:
|
||||
- path: build\bin\RelWithDebInfo\
|
||||
- path: build\bin\TrinityCoreWin64VS2019.zip
|
||||
name: TrinityCoreWin64VS2019
|
||||
|
||||
- path: build\bin\TrinityCoreWin64VS2019NoSymbols.zip
|
||||
name: TrinityCoreWin64VS2019NoSymbols
|
||||
|
||||
Reference in New Issue
Block a user