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
Loading
......@@ -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
......
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