From 48e7634e6b3af7a543f795e350fe70bf1a548651 Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@fossgalaxy.com> Date: Tue, 19 Apr 2022 14:21:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml - require conan to build --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20cebff..8c767bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ build:f34-repo-wayland: stage: build script: - dnf install -y glfw-devel spdlog-devel + - pip install conan - mkdir build && cd build - cmake .. -DCMAKE_BUILD_TYPE=Debug - make @@ -52,6 +53,7 @@ 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 .. -DCMAKE_BUILD_TYPE=Debug - make -- GitLab