nix-scripts/artiq/windows
Astro e5125a85e8 windows tests: forward ports 2019-04-18 17:34:50 +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 windows tests: forward ports 2019-04-18 17:34:50 +02:00
run-test.nix windows tests: forward ports 2019-04-18 17:34:50 +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