- Moved scripts in tools directory

- Added a Mac cross-compiling script
This commit is contained in:
xawotihs
2014-12-07 16:02:56 +01:00
parent 03d168f972
commit 16dcf3cc5e
6 changed files with 55 additions and 126 deletions

View File

@@ -61,7 +61,7 @@ after_deploy:
# to run your custom scripts instead of provider deployments
deploy_script:
- "C:/Python27/python.exe upload-binaries.py -t %GH_TOKEN% -s %APPVEYOR_REPO_COMMIT% -l projects/mtg/bin/Wagic-windows.zip -r Wagic-windows.zip -b %APPVEYOR_REPO_BRANCH%"
- "C:/Python27/python.exe tools/upload-binaries.py -t %GH_TOKEN% -s %APPVEYOR_REPO_COMMIT% -l projects/mtg/bin/Wagic-windows.zip -r Wagic-windows.zip -b %APPVEYOR_REPO_BRANCH%"
# to disable deployment
#deploy: off