From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web10.7965.1601068898790054521 for ; Fri, 25 Sep 2020 14:21:39 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: ja1i8efJZqsk01zA4MSSWqSk9/Yd4xJ3jdoRe/XuH/6hA550v5l0GeX//D1uR4IK2NISPig2/t xr+NaAOwMBOQ== X-IronPort-AV: E=McAfee;i="6000,8403,9755"; a="158989098" X-IronPort-AV: E=Sophos;i="5.77,303,1596524400"; d="scan'208";a="158989098" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2020 14:21:37 -0700 IronPort-SDR: 1V11b9MWiSTbrM05R6KdRn/et3Wwz5FAKWetU9aejZlKDBetJqj+INy4GA24oWjKhi12QcKS+p 7gOUZPDB4lmg== X-IronPort-AV: E=Sophos;i="5.77,303,1596524400"; d="scan'208";a="383658094" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.12.17]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Sep 2020 14:21:37 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni , Divneil Rai Wadhawan , Sean Brogan Subject: [Patch V3 0/2] EmulatorPkg: Add CI build for SECURE_BOOT_ENABLE Date: Fri, 25 Sep 2020 14:21:31 -0700 Message-Id: <20200925212133.21844-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=2979 Add EmulatorPkg CI builds for SECURE_BOOT_ENABLE=TRUE for IA32/X64 and DEBUG/RELEASE/NOOPT and update add these to the CI build status in Readme.rst. Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Cc: Divneil Rai Wadhawan Cc: Sean Brogan Signed-off-by: Michael D Kinney Michael D Kinney (2): EmulatorPkg: Add CI build for SECURE_BOOT_ENABLE Readme.rst: Add EmulatorPkg SECURE_BOOT_ENABLE CI status .../.azurepipelines/Ubuntu-GCC5.yml | 43 +++++++++++++++++++ .../.azurepipelines/Windows-VS2019.yml | 43 +++++++++++++++++++ EmulatorPkg/PlatformCI/ReadMe.md | 4 +- ReadMe.rst | 18 ++++++++ 4 files changed, 107 insertions(+), 1 deletion(-) -- 2.21.0.windows.1