mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Install QEMU on travis and appveyor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user