SHA256
1
0
forked from pool/spirv-tools
2016-06-13 10:20:39 +00:00
committed by Git OBS Bridge
commit e0ab3700ec
7 changed files with 162 additions and 0 deletions

15
_service Normal file
View File

@@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/KhronosGroup/SPIRV-Tools</param>
<param name="filename">spirv-tools</param>
<param name="parent-tag">spirv-1.1-rev1</param>
<param name="versionformat">1.1.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
<!-- remove directory windows*/ because of vcredist -->
</services>