nix-scripts/artiq/windows
Astro 138f5d3b8f windows tests: bump testTimeout=180, diskImageSize=22G 2019-04-18 14:50:07 +08:00
..
README.md add windows image test runner 2019-04-18 14:50:07 +08:00
default.nix windows tests: bump testTimeout=180, diskImageSize=22G 2019-04-18 14:50:07 +08:00
install.nix windows tests: bump testTimeout=180, diskImageSize=22G 2019-04-18 14:50:07 +08:00
install.txt windows tests: move install.txt into separate file 2019-04-18 14:50:07 +08:00
qemu.nix windows tests: run tests for standalone and kc705_nist_clock 2019-04-18 14:50:07 +08:00

README.md

Preparing a Windows image

nix-build install.nix
result/bin/networked-installer.sh

Follow the instructions.

Then press return to automatically complete the installation via SSH. The virtual machine will be shut down when the process is complete.

Move the image c.img to one of Nix' extra-sandbox-paths (nix.sandboxPaths on NixOS).

Running the tests

nix-build --arg diskImage "\"…/c.img\""