Fossil support (#636)

This commit is contained in:
Roey Darwish Dror
2021-02-17 16:46:29 +02:00
committed by GitHub
parent 513ffb8f22
commit bb3a9347c9
3 changed files with 10 additions and 0 deletions

View File

@@ -278,6 +278,7 @@ fn run() -> Result<()> {
target_os = "dragonfly"
)))]
runner.execute(Step::VSCode, "vscode", || generic::run_vscode(run_type))?;
runner.execute(Step::Fossil, "fossil", || generic::run_fossil(run_type))?;
runner.execute(Step::Atom, "apm", || generic::run_apm(run_type))?;
runner.execute(Step::Rustup, "rustup", || generic::run_rustup(&base_dirs, run_type))?;
runner.execute(Step::Dotnet, ".NET", || generic::run_dotnet_upgrade(&ctx))?;