Commit Graph

10 Commits

Author SHA1 Message Date
marc0246
fd352ec0f1
Cache dependencies in CI (#2449)
* Clean up CI config

* Cache Cargo home in CI

* Add `Cargo.lock`

* Use rust-cache

* Don't fail fast

* Disable the cache action for self-hosted runners
2024-01-10 02:26:35 -06:00
marc0246
e7f37adfa9
Run clippy in CI (#2443)
* Run clippy in CI

* Fix clippy warnings in build output

* Update PR template
2024-01-05 02:08:36 -06:00
marc0246
cf31f4e059
Check formatting in CI (#2442)
* Check formatting in CI

* Fix existing fomatting inconsistencies

* Update PR template
2024-01-03 02:45:14 -06:00
marc0246
0978b296a4
Avoid double-compilation of our packages in CI (#2388) 2023-10-31 10:44:20 +01:00
marc0246
1e9128795f
Workspace dependencies (#2381)
* Use workspace dependencies

* Update CI workflow to account for the two workspaces

* Make the tables in the root workspace a bit nicer to look at

* Use workspace package version

* Remove workspace package version

* Make winit a workspace dependency as well
2023-10-29 22:42:00 -05:00
Austin Johnson
1594b24495
Switch Windows actions to self-hosted runner (#2134)
* Switch Windows actions to self-hosted runner

* Trigger Build?

* fix runs-on
2023-01-22 01:47:27 -06:00
Austin Johnson
dfdb90e9a6
Remove installation of python with Windows actions (#2109)
* Remove python3 install. Install ninja with pip.

* Run actions on all branches.

* Specify cargo jobs?

* undo last commit
2022-12-21 06:20:33 -06:00
Austin Johnson
6b0aa264d9
Exclude markdown from actions (#2000) 2022-09-24 03:14:53 -05:00
Austin Johnson
3113d1fea5
remove trailing whitespace in github workflows file (#1463) 2020-12-26 16:44:54 -06:00
Austin Johnson
3a473699eb
github actions (#1437) 2020-11-10 10:29:09 -06:00