From 1d1ec31898046b8d159a6ab52fe8e8ae52cb5b87 Mon Sep 17 00:00:00 2001 From: Elliu <elliu@hashi.re> Date: Sat, 2 Sep 2023 01:35:21 +0200 Subject: [PATCH] CI: Update for Qt6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11007c74..995c5269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ .common_build: before_script: - - apt update && apt -y install make autoconf qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libavutil-dev libavcodec-dev libavformat-dev libmpv-dev cmake clang clang-format gcc g++ libomp-dev + - apt update && apt upgrade && apt -y install make autoconf qt6-base-dev qt6-multimedia-dev libavutil-dev libavcodec-dev libavformat-dev libmpv-dev cmake clang clang-format gcc g++ libomp-dev script: - mkdir build && cd build - CC=${c_compiler} CXX=${cxx_compiler} cmake .. && make -- GitLab