aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jenkinsfile.edk213
1 files changed, 2 insertions, 11 deletions
diff --git a/jenkinsfile.edk2 b/jenkinsfile.edk2
index 6919baa..b45e285 100644
--- a/jenkinsfile.edk2
+++ b/jenkinsfile.edk2
@@ -72,7 +72,6 @@ pipeline {
timeout: 60
],[
$class: 'SubmoduleOption',
-// trackingSubmodules: true,
timeout: 60
]
],
@@ -89,11 +88,9 @@ pipeline {
}
}
- stage ('Test unstash') {
+ stage ('Build x64+smm') {
steps {
- dir ("x64") {
- unstash "x64"
- }
+ BuildX64("x64+smm", "-D SECURE_BOOT_ENABLE -D SMM_REQUIRE");
}
}
@@ -115,12 +112,6 @@ pipeline {
}
}
- stage ('Build x64+smm') {
- steps {
- BuildX64("x64+smm", "-D SECURE_BOOT_ENABLE -D SMM_REQUIRE");
- }
- }
-
stage ('Test q35 smp4 pflash smm') {
steps {
TestFlashX64("x64+smm", "-M q35,smm=on -global ICH9-LPC.disable_s3=1 -smp 4")