summaryrefslogtreecommitdiffstats
path: root/.github/github_test.sh
Commit message (Collapse)AuthorAge
* Delete unused build scripts. (#4601)Yong He2024-07-10
| | | | | * Fix macos release script. * Delete shell scripts
* Enable full test on macos. (#4327)Yong He2024-06-12
| | | | | | | | | | | * Enable full test on macos. * Add failing test to expected list. * Fix CI script. * Update expected failure list. * Update test list.
* Fix macos CI and clang warnings. (#4019)Yong He2024-04-24
| | | | | | | | | | | | | * Fix macos CI. * Fix. * Fix. * Fix. * Fix clang warnings. * Fix more warnings.
* SPIRV Fixes. (#3622)Yong He2024-02-23
* Use SpvSourceLanguageSlang enum. * Fix spirv entrypoint interface. * Cleanup. * Add error on unknown spirv opcode. * Fix CI. * Fix.