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

update OS versions for CI builds

parent fcdb0b6e
No related merge requests found
Pipeline #3938 failed
......@@ -23,8 +23,8 @@ stages:
variables:
GIT_SUBMODULE_STRATEGY: recursive
.f34-ogl:
image: git.fossgalaxy.com:8042/gamedev/containers/fedora:36-opengl
.fedora-ogl:
image: git.fossgalaxy.com:8042/gamedev/containers/fedora:38-opengl
before_script:
- dnf install -y pkgconfig\(dri\) pkgconfig\(glu\) pkgconfig\(x11\) pkgconfig\(xcursor\) pkgconfig\(xi\) pkgconfig\(xinerama\) pkgconfig\(xrandr\) pkgconfig\(lua\) doxygen
- dnf install -y glm-devel glfw-devel openal-soft-devel spdlog-devel freetype-devel yaml-cpp-devel assimp-devel gtest-devel gmock-devel
......@@ -33,7 +33,7 @@ variables:
# Build Targets check it builds on popular Linux Distributions
##
build:fedora:
extends: .f34-ogl
extends: .fedora-ogl
stage: build
script:
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DFGGL_EXT_BULLET=OFF
......@@ -43,7 +43,7 @@ build:fedora:
- build/fggl/
build:ubuntu:
image: ubuntu:jammy
image: ubuntu:lunar
stage: build
before_script:
- apt update && apt install -y build-essential cmake
......
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