nix-scripts/artiq-fast/windows
Sebastien Bourdeauducq 5d8ffd44ef move conda files to dedicated folder 2020-06-09 14:30:23 +08:00
..
README.md rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
install.nix move conda files to dedicated folder 2020-06-09 14:30:23 +08:00
install.txt rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
manual-test-run.nix artiq: depend on sipyco 2019-11-10 15:54:02 +08:00
qemu.nix Revert "windows tests: enable socat debug output" 2019-12-18 11:10:21 +08:00
run-test.nix windows tests: increase boot wait delay 2019-12-16 22:51:30 +01:00

README.md

Preparation steps

Install a Windows image

nix-build install.nix -I artiqSrc=…/artiq
result/bin/windows-installer.sh

Follow the instructions.

Install Anaconda to the image

result/bin/anaconda-installer.sh

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

Running the tests manually

nix-build --pure --arg diskImage "\"…/c.img\"" -I artiqSrc=…/artiq manual-test-run.nix