mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
chore(windows): detect teamcity CI for uncompressed msi
This commit is contained in:
parent
4af61a89bd
commit
759d23f7e0
2 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ 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"
|
||||
!IFDEF TEAMCITY_PR_NUMBER
|
||||
# for test builds, we also turn off compression
|
||||
WIXLIGHTCOMPRESSION=-dcl:none
|
||||
!ELSE
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ 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"
|
||||
!IFDEF TEAMCITY_PR_NUMBER
|
||||
# for test builds, we also turn off compression
|
||||
WIXLIGHTCOMPRESSION=-dcl:none
|
||||
!ELSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue