Skip to content

Commit ccb21ca

Browse files
committed
frameworkd: Build windows installer
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent dda774d commit ccb21ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,13 @@ jobs:
188188

189189
- name: Run cargo doc
190190
run: cargo doc
191+
192+
build-installer:
193+
name: Build frameworkd Windows installer
194+
runs-on: windows-latest
195+
steps:
196+
- name: Build installer
197+
run: cargo wix -p frameworkd --nocapture -d
198+
199+
- name: Check output
200+
run: dir target\wix

0 commit comments

Comments
 (0)