nix-scripts/artiq/windows
Astro e3b46e9f74 windows tests: set -e and wait for bg job 2019-04-18 18:15:05 +02:00
..
README.md windows tests: split networked-installer.sh into windows-installer.sh+anaconda-installer.sh 2019-04-18 16:43:25 +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: set -e and wait for bg job 2019-04-18 18:15:05 +02:00

README.md

Preparation steps

Install a Windows image

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

Follow the instructions.

Install Anaconda to the image

nix-build install.nix
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