Merge branch 'post-07' into post-08

This commit is contained in:
Philipp Oppermann
2019-03-26 13:26:56 +01:00

View File

@@ -69,7 +69,7 @@ steps:
- script: cargo test
displayName: 'Unit Tests'
- script: sudo apt install qemu-system-x86
- script: sudo apt update && sudo apt install qemu-system-x86
condition: eq( variables['Agent.OS'], 'Linux' )
displayName: 'Install QEMU (Linux)'