mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
appveyor: switch to toolchain 0.4
with: - shutdown command support in SITL - pyyaml included for RTPS message generation
This commit is contained in:
parent
e1992a5036
commit
4863b3669b
@ -19,7 +19,7 @@ init:
|
||||
- ver
|
||||
|
||||
install:
|
||||
- ps: if (-not (Test-Path C:\Toolchain.msi)) {Invoke-WebRequest https://s3-us-west-2.amazonaws.com/px4-tools/PX4+Windows+Cygwin+Toolchain/PX4+Windows+Cygwin+Toolchain+0.3.msi -OutFile C:\Toolchain.msi}
|
||||
- ps: if (-not (Test-Path C:\Toolchain.msi)) {Invoke-WebRequest https://s3-us-west-2.amazonaws.com/px4-tools/PX4+Windows+Cygwin+Toolchain/PX4+Windows+Cygwin+Toolchain+0.4.msi -OutFile C:\Toolchain.msi}
|
||||
- start /wait msiexec /i C:\Toolchain.msi /quiet /qn /norestart /log C:\install.log
|
||||
|
||||
# Note: using start /wait is important
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user