mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
azure: fix autotest jobs
This commit is contained in:
parent
82dfa5023c
commit
3529da9d6b
@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- script: choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin"
|
||||
displayName: 'Install Cygwin'
|
||||
- script: choco install gcc-g++ python2 python2-devel python2-future python2-lxml python2-pip python2-pexpect python2-numpy git gettext --source cygwin
|
||||
- script: choco install gcc-g++ python2 python2-devel python2-future python2-lxml python27-pip python2-pexpect python2-numpy git gettext libcrypt-devel --source cygwin
|
||||
displayName: 'Install Cygwin packages'
|
||||
- script: git submodule update --recursive --init modules/mavlink
|
||||
displayName: Initialize MAVLink submodule
|
||||
|
Loading…
Reference in New Issue
Block a user