build on Windows.

dev
Apex Liu 2021-08-13 01:00:11 +08:00
parent 0c27a04034
commit 32e8fa6468
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -115,3 +115,4 @@ profile
/client/tools/qt-redist
/config.json
/config.*.json
/client/tools/ms-redist

View File

@ -19,10 +19,11 @@
"cmake": "C:\\Program Files(x86)\\CMake\\bin\\cmake.exe",
"wget": "",
"7z": "",
"nsis": ""
},
"remote": {
"#.remote": {
"short-name-1": {
"type": "linux",
"name": "centos7",

View File

@ -7,7 +7,7 @@ PATH_ROOT=$(cd "$(dirname "$0")"; pwd)
# environment if you want to build teleport components for such
# platforms.
# =================================================================
PY_EXEC_WINDOWS="C:\\Program Files(x86)\\python-3.7\\python.exe"
PY_EXEC_WINDOWS="C:\\apps\\py37-x86\\python.exe"
PY_EXEC_MACOS="/usr/local/bin/python3"
set -e