Install QEMU on travis and appveyor

This commit is contained in:
Philipp Oppermann
2018-06-14 08:22:20 +02:00
parent e585d72216
commit faf8521e9d
2 changed files with 20 additions and 0 deletions

View File

@@ -21,6 +21,14 @@ os:
cache: cargo
addons:
apt:
packages:
- qemu-system-x86
install:
- if [ $TRAVIS_OS_NAME = osx ]; then brew install qemu; fi
before_script:
- rustup component add rust-src
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)