We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8638cf3 commit 2dfb271Copy full SHA for 2dfb271
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,12 @@
1
+name: CI
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ windows-x64:
7
+ name: Windows x86_64
8
+ runs-on: windows-2025
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - name: Build Docker Image
12
+ run: docker build -t img windowsservercore-ltsc2025-qt6.6-64bit
0 commit comments