test_sdk/.gitea/workflows/test_sdk.yaml

27 lines
640 B
YAML
Raw Normal View History

name: Build Example
on:
push:
branches:
- main
jobs:
build:
2024-07-14 13:59:24 +03:00
runs-on: ubuntu-latest
2024-07-14 14:06:08 +03:00
#image: stateoftheartio/qt6:6.6-mingw-aqt
name: Build
steps:
2024-07-15 19:03:51 +03:00
- name: Apt update
run: sudo apt update
- name: Install qmake6 Using
run: sudo apt -y install qmake6
2024-07-15 19:12:07 +03:00
- 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 .
2024-07-15 19:03:51 +03:00
#- name: Docker container run
# run:
# runs: