All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: add qemuarm and qemuarmv5
@ 2021-03-12 16:27 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-03-12 16:27 UTC (permalink / raw)
  To: meta-arm

Change-Id: Ie5e1fdf0870ed578faaf6ca2d6c6e73bad340f1e
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml    | 6 ++++++
 kas/qemuarm.yml   | 6 ++++++
 kas/qemuarmv5.yml | 6 ++++++
 3 files changed, 18 insertions(+)
 create mode 100644 kas/qemuarm.yml
 create mode 100644 kas/qemuarmv5.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9b0619..5aa0c3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,6 +97,12 @@ n1sdp:
 n1sdp/armgcc:
   extends: .build
 
+qemuarm:
+  extends: .build
+
+qemuarmv5:
+  extends: .build
+
 qemuarm64-secureboot:
   extends: .build
 
diff --git a/kas/qemuarm.yml b/kas/qemuarm.yml
new file mode 100644
index 0000000..8ea539c
--- /dev/null
+++ b/kas/qemuarm.yml
@@ -0,0 +1,6 @@
+header:
+  version: 9
+  includes:
+    - base.yml
+
+machine: qemuarm
diff --git a/kas/qemuarmv5.yml b/kas/qemuarmv5.yml
new file mode 100644
index 0000000..b1ff446
--- /dev/null
+++ b/kas/qemuarmv5.yml
@@ -0,0 +1,6 @@
+header:
+  version: 9
+  includes:
+    - base.yml
+
+machine: qemuarmv5
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-12 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 16:27 [PATCH] CI: add qemuarm and qemuarmv5 Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.