From f7088fd7faa7c06d6efb30c23b7e051c30ea7a55 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@fossgalaxy.com>
Date: Tue, 19 Apr 2022 14:17:11 +0000
Subject: [PATCH] Update .gitlab-ci.yml file - set release type to debug

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bb2d82..20cebff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ build:f34-repo-wayland:
   script:
     - dnf install -y glfw-devel spdlog-devel
     - mkdir build && cd build
-    - cmake ..
+    - cmake .. -DCMAKE_BUILD_TYPE=Debug
     - make
   artifacts:
     paths:
@@ -53,7 +53,7 @@ build:f34-fallback-wayland:
   script:
     - dnf install -y wayland-devel wayland-protocols-devel libxkbcommon-devel
     - mkdir build && cd build
-    - cmake ..
+    - cmake .. -DCMAKE_BUILD_TYPE=Debug
     - make
   artifacts:
     paths:
-- 
GitLab