@echo offrem Used by the buildbot "remotedeploy" step.setlocalset PATH=%PATH%;%SystemRoot%\SysNative\OpenSSH;%SystemRoot%\System32\OpenSSHset here=%~dp0set arm32_ssh=set suffix=_dif "%REMOTE_PYTHON_DIR%"=="" (set REMOTE_PYTHON_DIR=C:\python\)if NOT "%REMOTE_PYTHON_DIR:~-1,1%"=="\" (set REMOTE_PYTHON_DIR=%REMOTE_PYTHON_DIR%\):CheckOptsif "%1"=="-arm32" (set arm32_ssh=true) & (set prefix=%REMOTE_PYTHON_DIR%pcbuild\arm32) & shift & goto CheckOptsif "%1"=="-d" (set suffix=_d) & shift & goto CheckOptsif "%1"=="+d" (set suffix=) & shift & goto CheckOptsif NOT "%1"=="" (echo unrecognized option %1) & goto Arm32SshHelpif "%arm32_ssh%"=="true" goto :Arm32Ssh:Arm32Sshif "%SSH_SERVER%"=="" goto :Arm32SshHelpset PYTHON_EXE=%prefix%\python%suffix%.exeecho onssh %SSH_SERVER% %PYTHON_EXE% -m test.pythoninfoexit /b %ERRORLEVEL%:Arm32SshHelpecho SSH_SERVER environment variable must be set to administrator@[ip address]echo where [ip address] is the address of a Windows IoT Core ARM32 device.echo.echo The test worker should have the SSH agent running.echo Also a key must be created with ssh-keygen and added to both the buildbot worker machineecho and the ARM32 worker device: see https://docs.microsoft.com/en-us/windows/iot-core/connect-your-device/sshexit /b 127
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。