diff mbox series

[3/3] CI: Add secure debug build for Corstone-1000

Message ID 20240829110505.55826-4-bence.balogh@arm.com
State New
Headers show
Series Add Secure Debug optional feature to Corstone-1000 | expand

Commit Message

bence.balogh@arm.com Aug. 29, 2024, 11:05 a.m. UTC
From: Bence Balogh <bence.balogh@arm.com>

Signed-off-by: Bence Balogh <bence.balogh@arm.com>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7354bf35..e8627731 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,6 +119,7 @@  update-repos:
 #  TS: [none, trusted-services]
 #  VIRT: [none, xen]
 #  TESTING: testimage
+#  SECUREDEBUG: [none, secure-debug]
 
 arm-systemready-ir-acs:
   extends: .build
@@ -160,6 +161,7 @@  corstone1000-mps3:
       - FIRMWARE: corstone1000-firmware-only
         TESTING: [none, tftf]
       - FIRMWARE: none
+        SECUREDEBUG: [none, secure-debug]
 
 documentation:
   extends: .setup