From 96dd7a15fe7e60021168aff4971f205e1e6aa381 Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Tue, 31 Dec 2019 10:40:46 +0930 Subject: [PATCH] Pack pdb to windows release --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 88b8aa17..1594e949 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,6 +48,7 @@ after_test: - set TAG=%APPVEYOR_REPO_TAG_NAME% - if "%TAG%" == "" set TAG=unstable + - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\release\dust3d.pdb - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\release\dust3d.exe - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\CGAL-4.13\build\bin\Release\CGAL-vc140-mt-4.13.dll - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\CGAL-4.13\auxiliary\gmp\lib\libgmp-10.dll