tests: Add test for booting from vmlinux

Download and build a Linux kernel and use the vmlinux produced as the
kernel used with a direct boot kernel test.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-06-10 15:02:53 +01:00
parent 445b484881
commit 72f3a69796
3 changed files with 64 additions and 0 deletions

1
Jenkinsfile vendored
View File

@@ -5,6 +5,7 @@ stage ("Builds") {
}
stage ('Install system packages') {
sh "sudo apt-get -y install build-essential mtools libssl-dev pkg-config"
sh 'sudo apt-get -y install flex bison libelf-dev'
}
stage ('Install Rust') {
sh "nohup curl https://sh.rustup.rs -sSf | sh -s -- -y"