mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
try preinstalling .Net 3.5 for WiX
This commit is contained in:
@@ -21,8 +21,8 @@ matrix:
|
||||
before_install:
|
||||
- set
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
cinst -y python2;
|
||||
cinst -y wixtoolset;
|
||||
powershell Install-WindowsFeature Net-Framework-Core
|
||||
cinst -y python2 wixtoolset;
|
||||
PATH=$PATH:/c/Python27/scripts;
|
||||
fi
|
||||
- pip install pyinstaller
|
||||
|
||||
Reference in New Issue
Block a user