mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Appveyor: enable build cache and better download command
This commit is contained in:
committed by
Lorenz Meier
parent
cb57cf6ab5
commit
a31e851fd8
@@ -13,9 +13,11 @@ init:
|
||||
- ver
|
||||
|
||||
install:
|
||||
- cd C:\
|
||||
- certutil -urlcache -split -f "https://s3-us-west-2.amazonaws.com/px4-tools/PX4+Windows+Cygwin+Toolchain/PX4+Windows+Cygwin+Toolchain+0.3.msi" Toolchain.msi
|
||||
- msiexec /i Toolchain.msi /quiet /qn /norestart /log install.log
|
||||
- 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}
|
||||
- start /wait msiexec /i C:\Toolchain.msi /quiet /qn /norestart /log C:\install.log
|
||||
|
||||
build_script:
|
||||
- call C:\PX4\toolchain\clone-px4-build-sitl.bat
|
||||
|
||||
cache:
|
||||
- C:\Toolchain.msi
|
||||
|
||||
Reference in New Issue
Block a user