Обновить .gitea/workflows/test_sdk.yaml
Test on GH actions environment / test (binary, windows-latest, 3.10, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.12, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.9, 5.9.9) (push) Has been cancelled Details
Test on GH actions environment / test (standard, windows-latest, 3.9, 6.1.0) (push) Has been cancelled Details
Test on GH actions environment / test (standard, ubuntu-20.04, 3.10, 6.1.0) (push) Has been cancelled Details
Build Example / Build (push) Successful in 54s Details

main
mstanaev 2024-08-29 14:06:39 +03:00
parent 099d0214ee
commit f17be41b7b
1 changed files with 2 additions and 3 deletions

View File

@ -16,11 +16,11 @@ jobs:
- name: Install qmake6 Using
run: |
sudo apt -y install qmake6 qt6-base-dev qt6-declarative-dev qt6-base-dev-tools cmake
sudo apt -y install moc qmake6 qt6-base-dev qt6-declarative-dev qt6-base-dev-tools cmake
- name: Change directory
#shell: bash
run: sudo dpkg -L qt6-base-dev
run: sudo dpkg -L qt6-base-dev
- name: Get all tags for correct version determination
working-directory: ${{ env.SOURCE_DIR }}
@ -30,7 +30,6 @@ jobs:
git clone https://git.gtlab.pro/mstanaev/test_sdk.git
cd test_sdk/core
qmake6 -o Makefile core.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
cmake --install .