Install qemu on Windows through choco

This commit is contained in:
Philipp Oppermann
2018-11-25 12:58:50 +01:00
parent c9aa0684bf
commit af61d11cc1

View File

@@ -38,7 +38,7 @@ addons:
- qemu
install:
- if [ $TRAVIS_OS_NAME = windows ]; then wget https://qemu.weilnetz.de/w64/2018/qemu-w64-setup-20180801.exe; 7z x qemu-w64-setup-20180801.exe; fi
- if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi
before_script:
- rustup component add rust-src