summaryrefslogtreecommitdiff
path: root/.github/workflows/release-linux.yml
AgeCommit message (Collapse)Author
2021-10-20Initial `slang-pack` integration (#1974)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * First integration of slang-pack. * Use .os * Add optional dependency support. * Update github actions/scripts to update deps. aarch64 needs special handling. * Upgrade to latest slang-pack for ignore-deps support. * Fix linux build issues.
2021-02-19Make gfx library visible to external user. (#1719)Yong He
* Make gfx library visible to external user. * Fixup
2020-12-04add windows release script (#1627)Yong He
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
2020-11-17Integrate github actions for linux deployment. (#1607)Yong He