1
1
mirror of https://github.com/casey/just.git synced 2024-09-11 05:55:31 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Casey Rodarmor
beef0e1a0f
Use relative in .sha256sum files (#2358) 2024-09-09 15:43:41 -07:00
Tom Most
10ebaecadb
Generate .sha256sum files for release artifacts (#2323) 2024-08-27 17:32:20 -07:00
Casey Rodarmor
b40e006fab
Fix AArch64 release build error (#1942) 2024-03-08 11:43:36 -08:00
Christian Clauss
77e7cfe763
Remove deprecated actions-rs/toolchain (#1874) 2024-01-25 15:24:31 -08:00
Christian Clauss
827e4e53d5
Replace deprecated set-output command in Github Actions workflows (#1869) 2024-01-24 15:37:26 -08:00
Casey Rodarmor
8fc91b298c
Include completion scripts in releases (#1837) 2024-01-11 19:14:36 -08:00
Casey Rodarmor
9da8f41895
Upgrade Windows Actions runners to windows-latest (#1137) 2022-03-22 20:26:55 -07:00
Greg Lutostanski
4cb5c30290
Fixup broken release package script (#1100) 2022-02-14 21:54:39 -08:00
Casey Rodarmor
04d3ee3f50
Workflow tweaks (#1045) 2021-12-05 10:51:15 +00:00
Casey Rodarmor
c49d534a27
Refactor github actions (#1028) 2021-11-21 16:55:21 -08:00
Casey Rodarmor
a306a47898
Only pass +crt-static to cargo build (#997) 2021-10-14 02:54:58 +00:00
Casey Rodarmor
6157436dcd
Use cargo build instead of cargo rustc (#993) 2021-10-12 00:16:30 +00:00
Casey Rodarmor
5e2b51e83e
Add list highlighting nice features to readme (#664)
This was suggested by @zaiste, to make it clearer how Just differs from
Make, and what features it has.
2020-08-05 19:20:11 -07:00
Casey Rodarmor
8fad0626f8
Move link-time optimization config into Cargo.toml (#658)
Passing `-C lto` is more or less unsupported and may stop working, so do
this in Cargo.toml instead.
2020-07-17 12:14:02 -07:00
Casey Rodarmor
1a820a2899
Don't include directories in release archive (#583) 2020-01-28 02:55:30 -08:00
Casey Rodarmor
4d175ada13
Build and upload release artifacts from GitHub Actions (#581) 2020-01-28 02:19:24 -08:00