mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +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
|
- ver
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd C:\
|
- 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}
|
||||||
- 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
|
- start /wait msiexec /i C:\Toolchain.msi /quiet /qn /norestart /log C:\install.log
|
||||||
- msiexec /i Toolchain.msi /quiet /qn /norestart /log install.log
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- call C:\PX4\toolchain\clone-px4-build-sitl.bat
|
- call C:\PX4\toolchain\clone-px4-build-sitl.bat
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- C:\Toolchain.msi
|
||||||
|
|||||||
Reference in New Issue
Block a user