From 30722001be8c01a2d90f2e4ecdbbf11cefbec7b1 Mon Sep 17 00:00:00 2001
From: Filip Matusiak <filip.matusiak@iopsys.eu>
Date: Mon, 28 Oct 2024 16:38:09 +0100
Subject: [PATCH] CI: compile easy mesh version 6

---
 gitlab-ci/compile-warns.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gitlab-ci/compile-warns.sh b/gitlab-ci/compile-warns.sh
index 97d1c900..ffbd5dd7 100755
--- a/gitlab-ci/compile-warns.sh
+++ b/gitlab-ci/compile-warns.sh
@@ -9,3 +9,5 @@ make clean
 make "CFLAGS+=-I/usr/include/libnl3 -Werror -Wall -DCONTROLLER_SYNC_DYNAMIC_CNTLR_CONFIG -DEASYMESH_VERSION=2 -Wno-deprecated-declarations"
 make clean
 make "CFLAGS+=-I/usr/include/libnl3 -Werror -Wall -DCONTROLLER_SYNC_DYNAMIC_CNTLR_CONFIG -DEASYMESH_VERSION=4 -DUSE_LIBDPP -Wno-deprecated-declarations"
+make clean
+make "CFLAGS+=-I/usr/include/libnl3 -Werror -Wall -DCONTROLLER_SYNC_DYNAMIC_CNTLR_CONFIG -DEASYMESH_VERSION=6 -DUSE_LIBDPP -Wno-deprecated-declarations"
-- 
GitLab