From 4cf8dff87e646ad25688ab1bff5b71f5659b081c Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 10 Aug 2023 19:04:06 +0200 Subject: [PATCH] qt5-testlib --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fd07b71..269e610 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,7 +11,7 @@ task: auto_cancellation: false stateful: false setup_script: - - pkg install -y curl wget zip pkgconf cmake qt5-qmake qt5-widgets qt5-buildtools kf5-kwindowsystem + - pkg install -y curl wget zip pkgconf cmake qt5-qmake qt5-widgets qt5-buildtools kf5-kwindowsystem qt5-testlib test_script: - mkdir build ; cd build - cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr