ci-test-msi (#372)

This commit is contained in:
Stephan Dilly 2020-10-26 02:11:37 +01:00 committed by GitHub
parent 03674f562f
commit 321735a833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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