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