Skip to content
Snippets Groups Projects
Commit a31e851f authored by Matthias Grob's avatar Matthias Grob Committed by Lorenz Meier
Browse files

Appveyor: enable build cache and better download command

parent cb57cf6a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment