Skip to content

Commit

Permalink
install also eHyve on all test systems
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Nov 2, 2018
1 parent cf8f8cf commit 2088dd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
export PATH=$PATH:~/.cargo/bin
cargo install cargo-xbuild
cargo install --git https://github.com/RWTH-OS/ehyve.git
rustup component add rust-src
make
lscpu
Expand All @@ -21,6 +22,7 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
export PATH=$PATH:$HOME/.cargo/bin
cargo install cargo-xbuild
cargo install --git https://github.com/RWTH-OS/ehyve.git
rustup component add rust-src
make
displayName: 'Test eduOS-rs on macOS'
Expand All @@ -34,6 +36,7 @@ jobs:
Remove-Item -Path "rustup-init.exe"
$env:Path += ";" + $env:UserProfile + "\.cargo\bin"
cargo install cargo-xbuild
cargo install --git https://github.com/RWTH-OS/ehyve.git
rustup component add rust-src
cargo xbuild --target x86_64-eduos.json
displayName: 'Test eduOS-rs on Windows'

0 comments on commit 2088dd1

Please sign in to comment.