From 15ea4ca1a41ab8d6c9495ba469c46472440c3b64 Mon Sep 17 00:00:00 2001 From: mstanaev Date: Thu, 29 Aug 2024 13:37:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/test=5Fsdk.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test_sdk.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index 732740a..8b4c14c 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -15,7 +15,7 @@ jobs: run: sudo apt update - name: Install qmake6 Using - run: sudo apt -y install qmake6 qt6-base-dev qt6-declarative-dev cmake + run: sudo apt -y install qmake6 qt6-base-dev qt6-declarative-dev cmake - name: Change directory #shell: bash @@ -28,9 +28,9 @@ jobs: echo "Current dir: $PWD" git clone https://git.gtlab.pro/mstanaev/test_sdk.git cd test_sdk/core - qmake6 core.pro + qmake6 -o Makefile core.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug cmake --install . - +