[2/2] CI: build optee-spdevkit for qemuarm64

Message ID 20211129142502.4019213-2-ross.burton@arm.com
State New
Headers show
Series [1/2] arm/optee-spdevkit: fix non-corstone1000 builds | expand

Commit Message

Ross Burton Nov. 29, 2021, 2:25 p.m. UTC
To ensure that optee-spdevkit works in all configurations, but it in the
CI for qemuarm64 not just corstone1000.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/qemuarm64-secureboot.yml | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/ci/qemuarm64-secureboot.yml b/ci/qemuarm64-secureboot.yml
index 6ea2064f..31f195dd 100644
--- a/ci/qemuarm64-secureboot.yml
+++ b/ci/qemuarm64-secureboot.yml
@@ -15,3 +15,5 @@  target:
   - perf
   - optee-examples
   - optee-test
+  - optee-spdevkit
+  - optee-os-tadevkit
\ No newline at end of file