chore(windows): turn msi compression off for test builds

This commit is contained in:
Marc Durdin 2023-07-13 09:48:06 +07:00
parent 0e89711210
commit 4af61a89bd
2 changed files with 10 additions and 0 deletions

View file

@ -187,8 +187,13 @@ WIXLIGHTLINT= -sice:ICE82 -sice:ICE80
# for debug builds, we turn off compression because it is so hideously slow
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE
!IF "$(VERSION_ENVIRONMENT)" == "test"
# for test builds, we also turn off compression
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE
WIXLIGHTCOMPRESSION=
!ENDIF
!ENDIF
WIXLIGHT=$(WIXPATH)\light.exe -wx -nologo $(WIXLIGHTLINT) $(WIXLIGHTCOMPRESSION)

View file

@ -210,8 +210,13 @@ WIXLIGHTLINT= -sice:ICE82 -sice:ICE80
# for debug builds, we turn off compression because it is so hideously slow
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE
!IF "$(VERSION_ENVIRONMENT)" == "test"
# for test builds, we also turn off compression
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE
WIXLIGHTCOMPRESSION=
!ENDIF
!ENDIF
WIXLIGHT=$(WIXPATH)\light.exe -wx -nologo $(WIXLIGHTLINT) $(WIXLIGHTCOMPRESSION)
WIXLIT=$(WIXPATH)\lit.exe -wx -nologo