azure: fix builds

This commit is contained in:
Francisco Ferreira 2019-06-11 21:00:38 +01:00 committed by Peter Barker
parent 82dd2438b9
commit 82369a0602
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- script: choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin"
displayName: 'Install Cygwin'
- script: choco install gcc-g++ python27 python27-devel python2-future python27-lxml python27-pip python27-pexpect python27-numpy git gettext libcrypt-devel --source cygwin
- script: choco install gcc-g++ python2 python27 python27-devel python27-future python27-lxml python27-pip python27-pexpect python27-numpy git gettext libcrypt-devel --source cygwin
displayName: 'Install Cygwin packages'
- script: git submodule update --recursive --init modules/mavlink
displayName: Initialize MAVLink submodule

View File

@ -8,7 +8,7 @@ jobs:
- script: choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin"
displayName: 'Install Cygwin'
- script: choco install cygwin32-gcc-g++ python27 python2-future python27-lxml git gettext --source cygwin
- script: choco install cygwin32-gcc-g++ python2 python27 python27-future python27-lxml git gettext --source cygwin
displayName: 'Install Cygwin packages'
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') &&