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

Merge branch 'develop' of https://git.fossgalaxy.com/gamedev/fggl into develop

parents 2d598de5 48e7634e
No related branches found
No related tags found
Loading
Pipeline #3297 failed
......@@ -38,8 +38,9 @@ build:f34-repo-wayland:
stage: build
script:
- dnf install -y glfw-devel spdlog-devel
- pip install conan
- mkdir build && cd build
- cmake ..
- cmake .. -DCMAKE_BUILD_TYPE=Debug
- make
artifacts:
paths:
......@@ -52,8 +53,9 @@ build:f34-fallback-wayland:
stage: build
script:
- dnf install -y wayland-devel wayland-protocols-devel libxkbcommon-devel
- pip install conan
- mkdir build && cd build
- cmake ..
- cmake .. -DCMAKE_BUILD_TYPE=Debug
- make
artifacts:
paths:
......
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