appveyor: switch to Cygwin toolchain v0.9

to have packaging python 3 package.
See https://github.com/PX4/windows-toolchain/releases/tag/v0.9
This commit is contained in:
Matthias Grob 2020-03-17 13:10:36 +01:00 committed by Nuno Marques
parent 6598ce5a46
commit 6570e1fe40
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install:
# if the toolchain wasn't restored from build cache download and install it
- ps: >-
if (-not (Test-Path C:\PX4)) {
Invoke-WebRequest https://s3-us-west-2.amazonaws.com/px4-tools/PX4+Windows+Cygwin+Toolchain/PX4+Windows+Cygwin+Toolchain+0.8.msi -OutFile C:\Toolchain.msi
Invoke-WebRequest https://s3-us-west-2.amazonaws.com/px4-tools/PX4+Windows+Cygwin+Toolchain/PX4+Windows+Cygwin+Toolchain+0.9.msi -OutFile C:\Toolchain.msi
Start-Process -Wait msiexec -ArgumentList '/I C:\Toolchain.msi /quiet /qn /norestart /log C:\install.log'
}