Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2021-06-23 19:36:33 +0300
committerKevin Petit <kevin.petit@arm.com>2021-06-23 20:21:33 +0300
commit292387ae143e2712b14d79a7a48bd784fcf070c8 (patch)
tree859ecd2adde3f8ffde9b49f902ce90fc0f2ac6e9 /tools
parentf95c3b3761ee1b1903f54ae69b526ed6f0edc3b9 (diff)
Add CI using Github actions and update README
- Run on Linux, macOS and Windows - Check that the headers install works - Check the example can be built - Check the header generation tool can be built - Generate headers and check they match the committed files - Mention the requirement to install the header generation tool in README Change-Id: I8385b3931064ad677d7aa49b2514cea9b4602168 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/buildHeaders/bin/makeHeaders2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildHeaders/bin/makeHeaders b/tools/buildHeaders/bin/makeHeaders
index 0ca0b2f..7b4959e 100755
--- a/tools/buildHeaders/bin/makeHeaders
+++ b/tools/buildHeaders/bin/makeHeaders
@@ -4,4 +4,4 @@ python3 bin/makeExtinstHeaders.py
cd ../../include/spirv/unified1
../../../tools/buildHeaders/build/install/bin/buildSpvHeaders -H spirv.core.grammar.json
-dos2unix spirv.* SpirV.* spv.*
+dos2unix spirv.* spv.*