From 36e8641cc9ed8efcd3d4ced3dd353733a40403d5 Mon Sep 17 00:00:00 2001 From: Bence Balogh Date: Thu, 29 Aug 2024 13:05:05 +0200 Subject: [PATCH] CI: Add secure debug build for Corstone-1000 Signed-off-by: Bence Balogh Signed-off-by: Jon Mason --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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