Macro continuous::install

source ·
macro_rules! install {
    ($directory:expr,$os:expr,$memory:expr,$cpus:expr,$command:expr) => { ... };
}
Expand description

Run command in a virtual machine

  • directory The path to store the configuration
  • os The box os
  • memory The memory for the virtual machine
  • cpus The cpus for the virtual machine
  • command The test commands