nix-scripts/artiq/windows
Sebastien Bourdeauducq 960479de88 do not set ARTIQ_LOW_LATENCY on Windows
QEMU user networking + socat isn't low-latency.
2019-04-24 11:21:06 +08:00
..
README.md windows tests: update instructions 2019-04-20 01:18:06 +02:00
default.nix do not set ARTIQ_LOW_LATENCY on Windows 2019-04-24 11:21:06 +08: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: configure an ssh UserKnownHostsFile 2019-04-23 22:40:19 +02:00
run-test.nix windows tests: configure an ssh UserKnownHostsFile 2019-04-23 22:40:19 +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