mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
ci-test-msi (#372)
This commit is contained in:
parent
03674f562f
commit
321735a833
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -45,9 +45,12 @@ jobs:
|
|||
- name: Build Release
|
||||
run: make build-release
|
||||
|
||||
- name: make-wix
|
||||
- name: Build MSI (windows)
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: make release-win
|
||||
run: |
|
||||
cargo install cargo-wix
|
||||
cargo wix init
|
||||
cargo wix --no-build --nocapture
|
||||
|
||||
build-linux-musl:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue