feat: edit2
Build Example / Build (push) Failing after 4s Details

main
mstanaev 2024-07-14 13:18:16 +03:00
parent 4698862d15
commit 358211b27c
2 changed files with 7 additions and 6 deletions

View File

@ -9,8 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Build name: Build
steps: steps:
- name: Build core - name: Docker container run
runs: run: docker run --rm ramboerik/msvc2019-qt6.2 bash qmake
using: 'docker' # runs:
image: stateoftheartio/qt6:6.6-mingw-aqt # using: 'docker'
command: qmake # image: stateoftheartio/qt6:6.6-mingw-aqt
# command: qmake

View File

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