Zip artifacts built on Appveyor (#647)

This commit is contained in:
Lei Zhang 2017-09-25 12:44:58 -04:00 коммит произвёл David Peixotto
Родитель 1af6876dab
Коммит 2295239b49
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -24,10 +24,13 @@ build_script:
test_script: test_script:
- cmd: powershell utils\appveyor\appveyor_test.ps1 - cmd: powershell utils\appveyor\appveyor_test.ps1
- cmd: call utils\hct\hcttest spirv_only - 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: artifacts:
- path: build\$(configuration)\bin\*.dll - path: build\$(configuration)\bin\artifacts.zip
- path: build\$(configuration)\bin\*.exe
notifications: notifications:
- provider: GitHubPullRequest - provider: GitHubPullRequest