|
|
|
@ -8,8 +8,10 @@ jobs:
@@ -8,8 +8,10 @@ jobs:
|
|
|
|
|
- script: choco install cygwin --params "/InstallDir:C:\Cygwin /NoStartMenu /NoAdmin" |
|
|
|
|
displayName: 'Install Cygwin' |
|
|
|
|
|
|
|
|
|
- script: choco install cygwin32-gcc-g++ python36 python36-future python36-lxml git gettext --source cygwin |
|
|
|
|
- script: choco install cygwin32-gcc-g++ python36 python36-future python36-lxml python36-pip python-setuptools git libexpat procps gettext --source cygwin |
|
|
|
|
displayName: 'Install Cygwin packages' |
|
|
|
|
- script: C:\Cygwin\bin\bash --login -c "cd $(cygpath '%BUILD_SOURCESDIRECTORY%') && git submodule update --recursive --init --depth 2" |
|
|
|
|
displayName: Initialize submodules |
|
|
|
|
|
|
|
|
|
- script: C:\Cygwin\bin\bash --login -c "ln -s /usr/bin/python3.6 /usr/bin/python && ln -s /usr/bin/pip3.6 /usr/bin/pip" |
|
|
|
|
displayName: 'Make Python 3.6 the default Python' |
|
|
|
|