feat: edit1
Build Example / Build (push) Failing after 0s Details

main
mstanaev 2024-07-14 13:04:09 +03:00
parent 243dd0d776
commit 4698862d15
2 changed files with 7 additions and 2 deletions

View File

@ -6,8 +6,11 @@ on:
jobs:
build:
runs-on: stateoftheartio/qt6:6.6-mingw-aqt
runs-on: ubuntu-latest
name: Build
steps:
- name: Build core
run: qmake
runs:
using: 'docker'
image: stateoftheartio/qt6:6.6-mingw-aqt
command: qmake

View File

@ -1,2 +1,4 @@
# test_sdk
Проект для отработки сборки библиотек посредством CI/CD
1. Edit1