Merge pull request #1419 from tgjones/spirv-remap-artifact

Include spirv-remap.exe in AppVeyor artifacts
This commit is contained in:
John Kessenich
2018-06-27 16:47:38 -06:00
committed by GitHub

View File

@@ -60,6 +60,7 @@ after_test:
# Zip all glslang artifacts for uploading and deploying # Zip all glslang artifacts for uploading and deploying
- 7z a glslang-master-windows-"%PLATFORM%"-"%CONFIGURATION%".zip - 7z a glslang-master-windows-"%PLATFORM%"-"%CONFIGURATION%".zip
bin\glslangValidator.exe bin\glslangValidator.exe
bin\spirv-remap.exe
include\glslang\* include\glslang\*
include\SPIRV\* include\SPIRV\*
lib\glslang%SUFFIX%.lib lib\glslang%SUFFIX%.lib