nix-scripts/artiq/windows
Astro e959334704 windows tests: fix generated shell syntax 2019-04-20 01:50:55 +02:00
..
README.md windows tests: update instructions 2019-04-20 01:18:06 +02:00
default.nix windows tests: rename default.nix to run-test.nix 2019-04-18 15:54:30 +02:00
install.nix windows tests: forward ports 2019-04-18 17:34:50 +02:00
install.txt windows tests: move install.txt into separate file 2019-04-18 14:50:07 +08:00
qemu.nix qemu: cleanup UserKnownHostsFile 2019-04-18 23:40:58 +08:00
run-test.nix windows tests: fix generated shell syntax 2019-04-20 01:50:55 +02: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