Skip to content

Commit fd1bcfa

Browse files
committed
wip: github action to build on windows
1 parent 0e47d76 commit fd1bcfa

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/windows-qt.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build Qt App on Windows
2+
3+
on:
4+
push:
5+
branches: ['**']
6+
pull_request:
7+
branches: ['**']
8+
9+
jobs:
10+
build:
11+
runs-on: windows-latest
12+
13+
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)