From 7cd433dfbeb96620fbeef97102c98b99c2876c98 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@walton-rivers.uk>
Date: Sun, 31 Jul 2022 10:25:17 +0100
Subject: [PATCH] comment gitlab ci

---
 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3a1a98..03077e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@
 
 image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/alpine:latest
 
-stages:          # List of stages for jobs, and their order of execution
+stages:
   - build
   - test
   - deploy
@@ -26,6 +26,9 @@ stages:          # List of stages for jobs, and their order of execution
     - dnf install -y pkgconfig\(dri\) pkgconfig\(glu\) pkgconfig\(x11\) pkgconfig\(xcursor\) pkgconfig\(xi\) pkgconfig\(xinerama\) pkgconfig\(xrandr\) doxygen
     - dnf install -y glm-devel glfw-devel openal-soft-devel spdlog-devel freetype-devel yaml-cpp-devel assimp-devel bullet-devel gtest-devel gmock-devel
 
+##
+# Build Targets check it builds on popular Linux Distributions
+##
 build:fedora:
   extends: .f34-ogl
   stage: build
@@ -46,6 +49,7 @@ build:ubuntu:
     - cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
     - cmake --build build
 
+
 # Based on Bruce Cowan's wordsearch package:
 flatpak:
   image: alpine:latest
-- 
GitLab