mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
xtask release
This commit is contained in:
parent
1b6acc391a
commit
57147d7471
3 changed files with 48 additions and 2 deletions
|
@ -14,7 +14,7 @@ use pico_args::Arguments;
|
|||
use xtask::{
|
||||
codegen::{self, Mode},
|
||||
install::{ClientOpt, InstallCmd, ServerOpt},
|
||||
pre_commit, run_clippy, run_fuzzer, run_pre_cache, run_rustfmt, Result,
|
||||
pre_commit, run_clippy, run_fuzzer, run_pre_cache, run_release, run_rustfmt, Result,
|
||||
};
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
@ -92,6 +92,10 @@ FLAGS:
|
|||
args.finish()?;
|
||||
run_pre_cache()
|
||||
}
|
||||
"release" => {
|
||||
args.finish()?;
|
||||
run_release()
|
||||
}
|
||||
_ => {
|
||||
eprintln!(
|
||||
"\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue