test_sdk/.gitea/workflows/test_sdk.yaml

21 lines
421 B
YAML

name: Build Example
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
#image: stateoftheartio/qt6:6.6-mingw-aqt
name: Build
steps:
- name: Docker container run
run: qmake
with:
images: stateoftheartio/qt6:6.6-mingw-aqt
# runs:
# using: 'docker'
# image: stateoftheartio/qt6:6.6-mingw-aqt
# command: qmake