Обновить .gitea/workflows/test_sdk.yaml
Test on GH actions environment / test (standard, ubuntu-20.04, 3.10, 6.1.0) (push) Failing after 41s Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 5.9.9) (push) Failing after 41s Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.1.0) (push) Failing after 40s Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 5.9.9) (push) Failing after 34s Details
Test on GH actions environment / test (standard, ubuntu-latest, 3.9, 6.1.0) (push) Failing after 37s Details
Build Example / Build (push) Failing after 54s Details
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, 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

main
mstanaev 2024-07-27 11:47:50 +03:00
parent d4f00e96d5
commit 03ce2675d9
1 changed files with 6 additions and 4 deletions

View File

@ -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