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

Update .gitlab-ci.yml, make use of new container images.

parent 04725e7f
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,7 @@ stages: # List of stages for jobs, and their order of execution
# - make
.f34-ogl:
image: git.fossgalaxy.com:8042/gamedev/containers:f34-cmake
before_script:
- dnf install -y glew-devel glm-devel
image: git.fossgalaxy.com:8042/gamedev/containers/fedora:34-opengl
# Use glfw-wayland from fedora repostory
build:f34-repo-wayland:
......@@ -65,6 +63,7 @@ build:f34-fallback-wayland:
test:f34-fallback-wayland:
extends: .f34-ogl
stage: test
needs: [ "build:f34-fallback-wayland" ]
script:
- cd build && ./tests/testfggl/fggl_test
dependencies:
......
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