continuous-testing 0.0.1

A continue testing library
docs.rs failed to build continuous-testing-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: continuous-testing-0.1.3

Requirements

It's require Vagrant and Virtualbox installed on your system.

Arguments

  1. The directory to store The Vagrantfile
  2. The vagrant box to use
  3. The memory size to use
  4. The cpus to use
  5. All commands with && to run in the virtual machine

ps the order are important in this time

Example

Run all tests for my project from an archlinux virtual machine.

again "Again" "generic/arch" "4096" "4" "pacman -Syyu git rust base base-devel htop  --noconfirm && git clone https://github.com/taishingi/zuu zuu && cd zuu && cargo build && cargo test"

All files will be removed

a