From 03ce2675d91e3e4864900a51a77139339610cff9 Mon Sep 17 00:00:00 2001 From: mstanaev Date: Sat, 27 Jul 2024 11:47:50 +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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index ebf51ed..baf25a7 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -28,6 +28,8 @@ jobs: run: | git clone https://git.gtlab.pro/mstanaev/test_sdk.git cd test_sdk/core + qmake6 . + cmake --install . @@ -58,10 +60,10 @@ jobs: # - name: Select Qt6 as default (place in ~/.bashrc for persistence) # run: export QT_SELECT=qt6 - - name: Start qmake and make - run: | - qmake6 . - cmake --install . + # - name: Start qmake and make + # run: | + # qmake6 . + # cmake --install . #- name: Docker container run