docs.rs failed to build continuous-testing-0.0.2
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.
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
- The directory to store The Vagrantfile
- The vagrant box to use
- The memory size to use
- The cpus to use
- 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
