test_sdk/.gitea/workflows/test_sdk.yaml

26 lines
497 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:21:18 +03:00
2024-07-15 19:03:51 +03:00
- name: Apt update
run: sudo apt update
2024-07-15 19:21:18 +03:00
2024-07-15 19:03:51 +03:00
- name: Install qmake6 Using
run: sudo apt -y install qmake6
2024-07-15 19:21:18 +03:00
2024-07-15 19:12:07 +03:00
- name: Start qmake
run: qmake /root/.cache/act/mstanaev/test_sdk/core/core.pro
2024-07-15 19:21:18 +03:00
2024-07-15 19:03:51 +03:00
#- name: Docker container run
# run:
# runs: