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

add gtest to builds for ubuntu and fedora

parent 77dd483f
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ stages: # List of stages for jobs, and their order of execution
image: git.fossgalaxy.com:8042/gamedev/containers/fedora:36-opengl
before_script:
- 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
- dnf install -y glm-devel glfw-devel openal-soft-devel spdlog-devel freetype-devel yaml-cpp-devel assimp-devel bullet-devel gtest-devel
build:fedora:
extends: .f34-ogl
......@@ -41,7 +41,7 @@ build:ubuntu:
stage: build
before_script:
- apt update && apt install -y build-essential cmake
- apt install -y libglm-dev libglfw3-dev libopenal-dev libspdlog-dev libfreetype-dev libyaml-cpp-dev libassimp-dev libbullet-dev libbullet-extras-dev
- apt install -y libglm-dev libglfw3-dev libopenal-dev libspdlog-dev libfreetype-dev libyaml-cpp-dev libassimp-dev libbullet-dev libbullet-extras-dev libgtest-dev
script:
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- cmake --build build
......
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