Skip to content

Commit 17cf123

Browse files
committed
ci: Add windows CI.
1 parent 167fcfa commit 17cf123

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bash build.mac.sh
2323
- uses: actions/upload-artifact@v4
2424
with:
25-
name: Nuitka-Python311_arm64
25+
name: Nuitka-Python311_mac_arm64
2626
path: ~/Library/Nuitka-Python311-arm64
2727
mac_x64:
2828
name: MacOS Intel Build
@@ -42,5 +42,18 @@ jobs:
4242
run: arch -x86_64 bash build.mac.sh
4343
- uses: actions/upload-artifact@v4
4444
with:
45-
name: Nuitka-Python311_x86_64
45+
name: Nuitka-Python311_mac_x86_64
4646
path: ~/Library/Nuitka-Python311-x86_64
47+
48+
windows:
49+
name: Windows Build
50+
runs-on: windows-latest
51+
steps:
52+
- name: Check out repository code
53+
uses: actions/checkout@v4
54+
- name: Run Build
55+
run: bash build.bat
56+
- uses: actions/upload-artifact@v4
57+
with:
58+
name: Nuitka-Python311_windows_x64
59+
path: output

0 commit comments

Comments
 (0)