mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-25 16:41:35 +00:00
separate python2 and wixtoolset so .NET has time to finish
This commit is contained in:
@@ -21,7 +21,8 @@ matrix:
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||
powershell Install-WindowsFeature Net-Framework-Core;
|
||||
cinst -y python2 wixtoolset;
|
||||
cinst -y python2;
|
||||
cinst -y wixtoolset;
|
||||
PATH=$PATH:/c/Python27/scripts;
|
||||
fi
|
||||
- pip install pyinstaller
|
||||
|
||||
Reference in New Issue
Block a user