azure: fix autotest jobs

This commit is contained in:
Francisco Ferreira 2019-02-26 14:16:22 +00:00 committed by Andrew Tridgell
parent 82dfa5023c
commit 3529da9d6b

View File

@ -10,7 +10,7 @@ jobs:
steps: steps:
- script: choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin" - script: choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin"
displayName: 'Install Cygwin' 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' displayName: 'Install Cygwin packages'
- script: git submodule update --recursive --init modules/mavlink - script: git submodule update --recursive --init modules/mavlink
displayName: Initialize MAVLink submodule displayName: Initialize MAVLink submodule