nix-scripts/artiq-fast/windows
Sebastien Bourdeauducq dfa5b47d9b rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
..
README.md rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
install.nix rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
install.txt rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
manual-test-run.nix rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
qemu.nix rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08:00
run-test.nix rename jobsets to artiq-fast/artiq-full 2019-07-17 19:19:43 +08: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