test_sdk/.gitea/workflows/test_sdk.yaml

21 lines
422 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-14 13:18:16 +03:00
- name: Docker container run
#run: qmake
2024-07-14 14:06:08 +03:00
with:
images: stateoftheartio/qt6:6.6-mingw-aqt
2024-07-14 13:18:16 +03:00
# runs:
# using: 'docker'
# image: stateoftheartio/qt6:6.6-mingw-aqt
# command: qmake