Skip to content
Snippets Groups Projects
Commit 0c365159 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

comment gitlab ci

parent b58d11a8
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/alpine:latest image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/alpine:latest
stages: # List of stages for jobs, and their order of execution stages:
- build - build
- test - test
- deploy - deploy
...@@ -26,6 +26,9 @@ stages: # List of stages for jobs, and their order of execution ...@@ -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 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 - 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: build:fedora:
extends: .f34-ogl extends: .f34-ogl
stage: build stage: build
...@@ -46,6 +49,7 @@ build:ubuntu: ...@@ -46,6 +49,7 @@ build:ubuntu:
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug - cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- cmake --build build - cmake --build build
# Based on Bruce Cowan's wordsearch package: # Based on Bruce Cowan's wordsearch package:
flatpak: flatpak:
image: alpine:latest image: alpine:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment