From fc7177ddd9d299b8befeea9a7443ca2e7b1551c6 Mon Sep 17 00:00:00 2001
From: Wojciech Zmuda <wojciech.zmuda@huawei.com>
Date: Tue, 25 May 2021 09:44:56 +0200
Subject: [PATCH] ostc-ci: add Zephyr build for nRF 52840 DK

Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com>
---
 .ostc-ci/machines-and-flavours.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml
index 99e0b632..d11bd1d8 100644
--- a/.ostc-ci/machines-and-flavours.yaml
+++ b/.ostc-ci/machines-and-flavours.yaml
@@ -93,6 +93,11 @@ zephyr-96b-avenger:
   variables:
     MACHINE: 96b-avenger96
 
+zephyr-nrf52840dk-nrf52840:
+  extends: .build-zephyr
+  variables:
+    MACHINE: nrf52840dk-nrf52840
+
 freertos-armv5:
   extends: .build-freertos
   variables:
-- 
GitLab