Commit Graph

16 Commits

Author SHA1 Message Date
Jubilee Young 289075a269 Dynamically detect AVX512 in CI
We would like to check for errors with AVX512,
but we don't pick our CPU. So, detect available features.
This variance in checks stochastically reveals issues.
Nondeterminism is acceptable as our goal is protecting downstream.
2021-11-10 14:40:32 -08:00
Jubilee Young e283a4d214 Deny warnings in CI and fix 2021-11-10 14:40:32 -08:00
Jubilee Young 80a8553c52 Use the right name for AVX512F 2021-11-10 14:40:32 -08:00
Caleb Zulawski b24de897df Delete travis config, move tests to github actions. 2021-11-10 02:18:41 +00:00
Caleb Zulawski 79aef2084c Fix cargo features for nightly (#155)
* Fix cargo features for nightly
2021-09-08 17:01:16 -07:00
Caleb Zulawski ef6ad69aed Fix feature flag in CI 2021-07-28 04:33:57 +00:00
Caleb Zulawski 3fb1955cfb Add CI for testing cargo features 2021-07-28 04:26:55 +00:00
Caleb Zulawski 12203cdc3d Add fmt and clippy to CI (#147)
* Add fmt and clippy to CI
* Add rust components
* Fix formatting
2021-07-23 17:43:53 -07:00
Jubilee Young 93206cd054 Add a blank issue template
Setting this in config.yml only enables the appearance of a tiny link
on GitHub that is hard to see and find. This template adds a "blank issue"
link that is as equally visible as the rest of the template options.
2021-02-02 18:12:26 -08:00
Jubilee Young 974e3d192d Add issue templates
The main purpose of these is to offer rerouting where rerouting is
appropriate. Mostly derived from existing examples in rust-lang/rust.
2021-02-02 17:23:23 -08:00
Caleb Zulawski 20a5e96ac5 Switch docs deploy to GITHUB_TOKEN 2020-12-28 23:48:18 -05:00
Caleb Zulawski bdc5550adf Deploy documentation to GitHub Pages 2020-12-27 19:36:12 -05:00
Jubilee Young 787ebd0a1c Revert "Disable riscv64gc"
This reverts commit 6c7c64e9e1.
2020-11-30 19:26:53 -08:00
Caleb Zulawski 6c7c64e9e1 Disable riscv64gc 2020-10-12 15:36:14 -04:00
Thom Chiovoloni 70ea7fc403 Rewrite (and improve) CI. 2020-10-07 09:02:34 -07:00
Jubilee Young a75e25a5d6 Offer a checklist for math PRs 2020-10-01 19:50:49 -07:00