mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
semicolon, no set (to much junk)
This commit is contained in:
@@ -19,9 +19,8 @@ matrix:
|
|||||||
env: GAMOS=windows
|
env: GAMOS=windows
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- set
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
powershell Install-WindowsFeature Net-Framework-Core
|
powershell Install-WindowsFeature Net-Framework-Core;
|
||||||
cinst -y python2 wixtoolset;
|
cinst -y python2 wixtoolset;
|
||||||
PATH=$PATH:/c/Python27/scripts;
|
PATH=$PATH:/c/Python27/scripts;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user