summaryrefslogtreecommitdiff
path: root/github_build.sh
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-07-08Update VS projects to 2019. (#1901)Yong He
* Update VS projects to 2019. * Empty commit to trigger build
2020-12-14Enable embedding stdlib for github builds (#1640)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Enable building with embedding stdlib.
2020-11-17Switch CI to github actions. (#1609)Yong He
* Remove travis config files * change github build script * skip non-tag build on appveyor
2020-11-17Integrate github actions for linux deployment. (#1607)Yong He
2020-11-11Integrate github action for linux build+test. (#1601)Yong He