Build server via dist as well

This commit is contained in:
Aleksey Kladov 2020-03-04 18:36:16 +01:00
parent a17c3f791c
commit 694ca4e185
3 changed files with 84 additions and 42 deletions

View file

@ -13,10 +13,11 @@ use std::env;
use pico_args::Arguments;
use xtask::{
codegen::{self, Mode},
dist::run_dist,
install::{ClientOpt, InstallCmd, ServerOpt},
not_bash::pushd,
pre_commit, project_root, run_clippy, run_dist, run_fuzzer, run_pre_cache, run_release,
run_rustfmt, Result,
pre_commit, project_root, run_clippy, run_fuzzer, run_pre_cache, run_release, run_rustfmt,
Result,
};
fn main() -> Result<()> {