Add silnite support (fix #701) (#714)

This commit is contained in:
Roey Darwish Dror
2021-05-29 07:54:15 +03:00
committed by GitHub
parent 4a4e249f5f
commit cdc7c39d02
3 changed files with 11 additions and 0 deletions

View File

@@ -313,6 +313,9 @@ fn run() -> Result<()> {
runner.execute(Step::Snap, "snap", || linux::run_snap(sudo.as_ref(), run_type))?;
}
#[cfg(target_os = "macos")]
runner.execute(Step::Silnite, "silnite", || macos::run_silnite(&ctx))?;
if let Some(commands) = config.commands() {
for (name, command) in commands {
runner.execute(Step::CustomCommands, name, || {