Skip to content

Commit 2bc5c1a

Browse files
committed
Add Windows release binary builds
1 parent f65b329 commit 2bc5c1a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release Binaries Windows
2+
3+
on:
4+
pull:
5+
6+
7+
permissions:
8+
contents: read # Default everything to read-only
9+
10+
jobs:
11+
build-windows-release:
12+
runs-on: depot-windows-2022-16
13+
if: github.repository_owner == 'llvm'
14+
steps:
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16+
- run: |
17+
llvm\utils\release\build_llvm_release.bat --x64 --version 20.1.8

0 commit comments

Comments
 (0)