diff options
| author | Yong He <yonghe@outlook.com> | 2023-08-11 13:11:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-11 13:11:15 -0700 |
| commit | e689d5ee8e9724fee018aa14be24f9679ec5c851 (patch) | |
| tree | b7aa24fddd41fe4e898a48984b23eae330964a62 /github_test.sh | |
| parent | 37223160be2543861bb795dc2d2d4cb6ac9843cb (diff) | |
Make sure glsl source in spirv is included when compiling with -g3 (#3099)
* Make sure glsl source in spirv is included when compiling with -g3.
* Exclude vulkan tests on github linux CI.
* Fix.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'github_test.sh')
| -rw-r--r-- | github_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github_test.sh b/github_test.sh index 274250a7d..3ce8f8314 100644 --- a/github_test.sh +++ b/github_test.sh @@ -37,4 +37,4 @@ fi SLANG_TEST=${OUTPUTDIR}slang-test export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OUTPUTDIR -${SLANG_TEST} -bindir ${OUTPUTDIR} -travis -category ${SLANG_TEST_CATEGORY} ${SLANG_TEST_FLAGS} +${SLANG_TEST} -bindir ${OUTPUTDIR} -travis -category ${SLANG_TEST_CATEGORY} ${SLANG_TEST_FLAGS} -api all-vk |
