Browse Source

Zip artifacts built on Appveyor (#647)

Lei Zhang 8 years ago
parent
commit
2295239b49
1 changed files with 6 additions and 3 deletions
  1. 6 3
      appveyor.yml

+ 6 - 3
appveyor.yml

@@ -24,10 +24,13 @@ build_script:
 test_script:
 - cmd: powershell utils\appveyor\appveyor_test.ps1
 - cmd: call utils\hct\hcttest spirv_only
-    
+
+after_test:
+- cmd: cd build\%CONFIGURATION%\bin
+- cmd: 7z a artifacts.zip d*.exe d*.dll HLSLHost.exe
+
 artifacts:
-- path: build\$(configuration)\bin\*.dll
-- path: build\$(configuration)\bin\*.exe
+- path: build\$(configuration)\bin\artifacts.zip
 
 notifications:
 - provider: GitHubPullRequest