feat: git clone test_sdk
Build Example / Build (push) Failing after 14s Details

main
mstanaev 2024-07-15 19:12:07 +03:00
parent 89ac391a29
commit 09ad7baf10
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,14 @@ jobs:
run: sudo apt update run: sudo apt update
- name: Install qmake6 Using - name: Install qmake6 Using
run: sudo apt -y install qmake6 run: sudo apt -y install qmake6
- name: CD to home directory
run: cd ~/
- name: Clone repo test_sdk
run: git clone https://git.gtlab.pro/mstanaev/test_sdk.git
- name: CD to test_sdk
run: cd ~/test_sdk
- name: Start qmake
run: qmake .
#- name: Docker container run #- name: Docker container run
# run: # run:
# runs: # runs: