mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
semicolons per windows statement
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -15,16 +15,14 @@ matrix:
|
|||||||
packages:
|
packages:
|
||||||
python@2
|
python@2
|
||||||
- os: windows
|
- os: windows
|
||||||
language: go
|
language: shell
|
||||||
env: GAMOS=windows
|
env: GAMOS=windows
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
cinst -y python2
|
cinst -y python2;
|
||||||
ls -al c:/python2
|
ls -al c:/python2;
|
||||||
dir c:\python2
|
PATH=$PATH:c:/python2/scripts;
|
||||||
dir c:\
|
|
||||||
PATH=$PATH:c:/python2/scripts
|
|
||||||
fi
|
fi
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user